Skip to content

Commit 1072283

Browse files
fixed github corrupting files..?
fix conflict
1 parent 9541e79 commit 1072283

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/Commander.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ int Commander::quick(String cmd){
317317
if(qSetHelp(cmd)) return 0;
318318
return qSetSearch(cmd);
319319
}
320+
320321
//==============================================================================================================
321322
bool Commander::quickSet(String cmd, int& var){
322323
//look for the string, if found try and parse an int

src/Commander.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ typedef union {
6262
#define BUFFER_BUFFERING_PACKET 1
6363
//#define BUFFER_PACKET_RECEIVED 2
6464

65+
6566
typedef union {
6667
struct {
6768
uint32_t echoTerminal:1; //0
@@ -93,13 +94,8 @@ typedef union {
9394
//default is 0b 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 0 1 1 0 0 0
9495
//const String CommanderVersionNumber = "3.0.0";
9596
const uint8_t majorVersion = 3;
96-
<<<<<<< HEAD
9797
const uint8_t minorVersion = 2;
9898
const uint8_t subVersion = 0;
99-
=======
100-
const uint8_t minorVersion = 1;
101-
const uint8_t subVersion = 1;
102-
>>>>>>> 0b624a8c0aa15f844bec20cfd60166de984e0911
10399

104100
typedef enum streamType_t{
105101
UNDEFINED_STREAM = 0,
@@ -535,4 +531,4 @@ class Commander{
535531
uint8_t primntDelayTime = 0; //
536532
};
537533

538-
#endif //Commander_h
534+
#endif //Commander_h

0 commit comments

Comments
 (0)