Skip to content

Commit e7cbb61

Browse files
committed
update version number to v1.1.0
Co-Authored-By: Jye <[email protected]>
1 parent 917bded commit e7cbb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/src/tx_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ uint32_t LEDupdateCounterMillis;
5151
#include "STM32F3_WS2812B_LED.h"
5252
#endif
5353

54-
const uint8_t thisCommit[6] = {0, 1, 0, 0, 0, 2}; // {MAJOR , MAJOR , MINOR, MINOR, PATCH, PATCH}
54+
const uint8_t thisCommit[6] = {0, 1, 0, 1, 0, 0}; // {MAJOR , MAJOR , MINOR, MINOR, PATCH, PATCH}
5555

5656
//// CONSTANTS ////
5757
#define RX_CONNECTION_LOST_TIMEOUT 3000LU // After 3000ms of no TLM response consider that slave has lost connection

0 commit comments

Comments
 (0)