We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7ad2d commit 32304acCopy full SHA for 32304ac
1 file changed
src/src/tx_main.cpp
@@ -51,7 +51,7 @@ uint32_t LEDupdateCounterMillis;
51
#include "STM32F3_WS2812B_LED.h"
52
#endif
53
54
-const uint8_t thisCommit[6] = {0, 1, 0, 1, 0, 0}; // {MAJOR , MAJOR , MINOR, MINOR, PATCH, PATCH}
+const uint8_t thisCommit[6] = {0, 1, 0, 2, 0, 0}; // {MAJOR , MAJOR , MINOR, MINOR, PATCH, PATCH}
55
56
//// CONSTANTS ////
57
#define RX_CONNECTION_LOST_TIMEOUT 3000LU // After 3000ms of no TLM response consider that slave has lost connection
0 commit comments