File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ int Commander::quick(String cmd){
317
317
if (qSetHelp (cmd)) return 0 ;
318
318
return qSetSearch (cmd);
319
319
}
320
+
320
321
// ==============================================================================================================
321
322
bool Commander::quickSet (String cmd, int & var){
322
323
// look for the string, if found try and parse an int
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ typedef union {
62
62
#define BUFFER_BUFFERING_PACKET 1
63
63
// #define BUFFER_PACKET_RECEIVED 2
64
64
65
+
65
66
typedef union {
66
67
struct {
67
68
uint32_t echoTerminal:1 ; // 0
@@ -93,13 +94,8 @@ typedef union {
93
94
// 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
94
95
// const String CommanderVersionNumber = "3.0.0";
95
96
const uint8_t majorVersion = 3 ;
96
- <<<<<<< HEAD
97
97
const uint8_t minorVersion = 2 ;
98
98
const uint8_t subVersion = 0 ;
99
- =======
100
- const uint8_t minorVersion = 1 ;
101
- const uint8_t subVersion = 1 ;
102
- >>>>>>> 0b624a8c0aa15f844bec20cfd60166de984e0911
103
99
104
100
typedef enum streamType_t{
105
101
UNDEFINED_STREAM = 0 ,
@@ -535,4 +531,4 @@ class Commander{
535
531
uint8_t primntDelayTime = 0 ; //
536
532
};
537
533
538
- #endif // Commander_h
534
+ #endif // Commander_h
You can’t perform that action at this time.
0 commit comments