-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVM storage addresses. #4
Comments
The details in Cloud_testing/Documents/Tables....xls file Is it ok. for you, or should I change something? I couldnt solve the freeflow problem, what causing the noise on the flow meter cable. I will be out of the office from tomorrow till Sunday (University). I would commit the last minors this evening and then next commit after Elba, if it is ok. |
Ok I will study the best way to store in Esp32 NVM all your data without any change to EEprom storage used in standard OpenSprinkler firmware. |
Today I commit some minor things, mainly comments, and I will not commit till 10th Oct. Meanwhile we can find out the next steps. You can reach by mail, but I will read and answer infrequent. |
I have brushed the code committing to Cloud_testing branch. Lines 479 to 518 in c1c7825
Lines 1385 to 2031 in c1c7825
If you cut them out, it compiles error free. |
I have seen you have done extensive modifications to NMV addresses , this may conflict with my previous one. This relocations are necessary because ROM Memory is very small on Arduinos and ESp8266.
But with ESP32 there is a new large NVM memory available that can be addressed easily .
I strongly suggest we use that NVM memory for all your parameters , CODING WILL BE MUCH SIMPLER !
The text was updated successfully, but these errors were encountered: