mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-26 04:11:18 +00:00
Changed from slow to normal mem for noinit attr
This commit is contained in:
@@ -124,7 +124,7 @@ bool mdnsEnabled = false;
|
||||
|
||||
AmsDataStorage ds(&Debug);
|
||||
#if defined(ESP32)
|
||||
RTC_NOINIT_ATTR EnergyAccountingRealtimeData rtd;
|
||||
__NOINIT_ATTR EnergyAccountingRealtimeData rtd;
|
||||
#else
|
||||
EnergyAccountingRealtimeData rtd;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user