hey how to make it work with esp 32 ? any progress?
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Hm. Good point. Actually I didn‘t know a lot about ESP32 when starting this project. I found out there is a working solution without any library on ESP32 Arduino, just by annotation of your variables. I will look that up when I am at home. Question is, would there still be a need for this lib on the ESP32?
Hello thanks for your reply,
i found a command that suppose to do this in the esp32... basically it needs to be add befor declaring the variable ... but i dont know why i could only use one variable... RTC_DATA_ATTR uint32_t tempo=0;
im thinking that perhaps this kind of variable takes too much space...
On Tue, Jun 23, 2020 at 11:54 AM highno [email protected] wrote:
Hm. Good point. Actually I didn‘t know a lot about ESP32 when starting this project. I found out there is a working solution without any library on ESP32 Arduino, just by annotation of your variables. I will look that up when I am at home. Question is, would there still be a need for this lib on the ESP32?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/highno/rtcvars/issues/3#issuecomment-648215810, or unsubscribe https://github.com/notifications/unsubscribe-auth/APK2QVS4XMWHZSQHULUC2JTRYC6YXANCNFSM4OFQHISA .
useful info here: https://www.esp32.com/viewtopic.php?t=7045 and here: https://www.esp32.com/viewtopic.php?t=4931