mirror of
https://github.com/anklimov/lighthub
synced 2025-12-07 12:19:49 +03:00
NO-IP devices persistence
STM Flash cfg fix CAN GROUP chan fix CRC16 fix
This commit is contained in:
@@ -287,6 +287,10 @@ NRFFlashStorage EEPROM;
|
||||
putEOF();
|
||||
debugSerial<<F("EOF")<<endl;
|
||||
}
|
||||
#if defined (ARDUINO_ARCH_STM32)
|
||||
eeprom_buffer_flush();
|
||||
#endif
|
||||
|
||||
#if defined(__SAM3X8E__)
|
||||
if (samBufferPos) flush();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user