BUGSMINI telemetry fix

This commit is contained in:
Pascal Langer 2019-04-15 23:28:24 +02:00
parent ac1c422f14
commit 6bc22c8ac4
2 changed files with 2 additions and 1 deletions

View File

@ -243,6 +243,7 @@ static void __attribute__((unused)) BUGSMINI_update_telemetry()
v_lipo1 = 0x80; // Warning v_lipo1 = 0x80; // Warning
else else
v_lipo1 = 0x00; // Critical v_lipo1 = 0x00; // Critical
telemetry_link=1;
} }
#endif #endif
} }

View File

@ -19,7 +19,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 2 #define VERSION_MINOR 2
#define VERSION_REVISION 1 #define VERSION_REVISION 1
#define VERSION_PATCH_LEVEL 35 #define VERSION_PATCH_LEVEL 36
//****************** //******************
// Protocols // Protocols