mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-02-10 02:48:10 +00:00
Update Multiprotocol.ino (#265)
This commit is contained in:
parent
078dc2ab17
commit
48a52ae5b2
@ -1962,3 +1962,20 @@ static uint32_t random_id(uint16_t address, uint8_t create_new)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Set the flags for detecting and writing the firmware signature
|
||||||
|
#if defined (CHECK_FOR_BOOTLOADER)
|
||||||
|
bool firmwareFlag_CHECK_FOR_BOOTLOADER = true;
|
||||||
|
#endif
|
||||||
|
#if defined (MULTI_STATUS)
|
||||||
|
bool firmwareFlag_MULTI_STATUS = true;
|
||||||
|
#endif
|
||||||
|
#if defined (MULTI_TELEMETRY)
|
||||||
|
bool firmwareFlag_MULTI_TELEMETRY = true;
|
||||||
|
#endif
|
||||||
|
#if defined (INVERT_TELEMETRY)
|
||||||
|
bool firmwareFlag_INVERT_TELEMETRY = true;
|
||||||
|
#endif
|
||||||
|
#if defined (DEBUG_SERIAL)
|
||||||
|
bool firmwareFlag_DEBUG_SERIAL = true;
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user