Skip to content
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

esp8266: Inverter Type changed after reboot #13

Closed
AsZork opened this issue Apr 27, 2022 · 1 comment · Fixed by #14
Closed

esp8266: Inverter Type changed after reboot #13

AsZork opened this issue Apr 27, 2022 · 1 comment · Fixed by #14
Labels
bug Something isn't working fixed dev fixed

Comments

@AsZork
Copy link

AsZork commented Apr 27, 2022

in app.cpp
in app::saveValues

-485 mEep->write(ADDR_INV_TYPE + (i * MAX_NAME_LENGTH), type);

+485 mEep->write(ADDR_INV_TYPE + i, type);

@lumapu
Copy link
Owner

lumapu commented Apr 27, 2022

thank you, solved this copy-paste issue sending a pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed dev fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants