rtcvars icon indicating copy to clipboard operation
rtcvars copied to clipboard

hey how to make it work with esp 32 ? any progress?

Open sebosfato opened this issue 5 years ago • 3 comments

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.

sebosfato avatar Jun 23 '20 10:06 sebosfato

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?

highno avatar Jun 23 '20 14:06 highno

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 .

sebosfato avatar Jun 24 '20 20:06 sebosfato

useful info here: https://www.esp32.com/viewtopic.php?t=7045 and here: https://www.esp32.com/viewtopic.php?t=4931

RE-Specto avatar Jul 11 '20 23:07 RE-Specto