You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a problem with storing setting in my controller.
I am using Wemos d1mini V3, i try with Wemos d1mini pro, and have same issue.
Every time I turn off the power all settings are lost (Temperature sensor addresses, PID tuning setup and everything).
also when I update automation process over network when press set everything is lost.
it seems there is some problem with writing and storing data in EEPROM.
any help?
The text was updated successfully, but these errors were encountered:
Problem solved,
SPI/FSS was not defined correctly.
In platformio.ini file line 152 changed from:
build_flags = -Wl,-Tesp8266.flash.4m.ld -DMultipleSensorEnabled=true
to
build_flags = -Wl,-Tesp8266.flash.4m2m.ld -DMultipleSensorEnabled=true
Hi, I have a problem with storing setting in my controller.
I am using Wemos d1mini V3, i try with Wemos d1mini pro, and have same issue.
Every time I turn off the power all settings are lost (Temperature sensor addresses, PID tuning setup and everything).
also when I update automation process over network when press set everything is lost.
it seems there is some problem with writing and storing data in EEPROM.
any help?
The text was updated successfully, but these errors were encountered: