NO-IP devices persistence

STM Flash cfg fix
 CAN GROUP chan fix
 CRC16 fix
This commit is contained in:
2024-08-21 14:01:06 +03:00
parent 2b638b1310
commit 806e99eb92
10 changed files with 113 additions and 43 deletions

View File

@@ -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