mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-20 10:04:59 +00:00
Changed from slow to normal mem for noinit attr
This commit is contained in:
parent
03edc65a7a
commit
a3551316ba
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user