nRF52 BLE improvements

This commit is contained in:
jacob.eva 2024-10-10 14:40:57 +01:00
parent 8639765679
commit 03893c2793
No known key found for this signature in database
GPG key ID: 0B92E083BBCCAA1E
3 changed files with 173 additions and 119 deletions

View file

@ -189,6 +189,7 @@
bool device_init_done = false;
bool eeprom_ok = false;
bool firmware_update_mode = false;
bool serial_in_frame = false;
// Boot flags
#define START_FROM_BOOTLOADER 0x01