mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2026-01-22 20:13:16 +00:00
Sync radio -> module
This commit is contained in:
@@ -406,9 +406,10 @@ uint16_t CABELL_callback()
|
||||
if (IS_BIND_DONE)
|
||||
{
|
||||
CABELL_send_packet(0); // packet_period is set/adjusted in CABELL_send_packet
|
||||
telemetry_set_input_sync(packet_period);
|
||||
return packet_period;
|
||||
}
|
||||
if (bind_counter == 0)
|
||||
else if (bind_counter == 0)
|
||||
{
|
||||
BIND_DONE;
|
||||
CABELL_init(); // non-bind address
|
||||
|
||||
Reference in New Issue
Block a user