mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 14:28:14 +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
|
v_lipo1 = 0x80; // Warning
|
||||||
else
|
else
|
||||||
v_lipo1 = 0x00; // Critical
|
v_lipo1 = 0x00; // Critical
|
||||||
|
telemetry_link=1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user