Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By Cap
#45501 File 'Sming/SmingCore/Platform/RTC.h' defines RTC_DES_ADDR as 64, the address for 'RtcData'. And file 'Sming/rboot/rboot.h' defines RBOOT_RTC_ADDR also as 64 for 'rboot_rtc_data' when BOOT_RTC_ENABLED is defined.

Wouldn't the two of rboot and RTC clock overwrite each other's data in the RTC memory? I must be overlooking something, but what?

I am referring to sources of Git commit '49f786e35f5c35305b97d43165cdd97ec8c36cc5'.