OpenGarage › Forums › OpenGarage Firmware › Redefinition errors and lwip\tcp_impl.h not found during compile › Reply To: Redefinition errors and lwip\tcp_impl.h not found during compile
March 4, 2018 at 2:39 pm
#1020
jkarlmen
Participant
So I think I found the solution. First off, yes I needed to switch to 2.3.0, but I also somehow missed the line about “Follow the README.txt in the Modifications folder to modify Update.h in your ESP8266 core files.”
I figured that out after digging through the logs and finding the specific error message:
C:\Users\<username>\Documents\Arduino\libraries\OpenGarage\main.cpp:711:12: error: 'class UpdaterClass' has no member named 'reset'
Update.reset();
^
With that done it compiles correctly. I’ll try flashing it to the board and see if I can get this running. Thanks for your help and in that other thread as well.