mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-04 18:38:13 +00:00
BUGSMINI telemetry fix
This commit is contained in:
parent
ac1c422f14
commit
6bc22c8ac4
@ -243,6 +243,7 @@ static void __attribute__((unused)) BUGSMINI_update_telemetry()
|
||||
v_lipo1 = 0x80; // Warning
|
||||
else
|
||||
v_lipo1 = 0x00; // Critical
|
||||
telemetry_link=1;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 2
|
||||
#define VERSION_REVISION 1
|
||||
#define VERSION_PATCH_LEVEL 35
|
||||
#define VERSION_PATCH_LEVEL 36
|
||||
|
||||
//******************
|
||||
// Protocols
|
||||
|
Loading…
x
Reference in New Issue
Block a user