mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-04 15:53:58 +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