OpenGarage Forums OpenGarage Firmware Error compiling for NodeMCU

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #908

    martiny
    Participant

    I’m testing the code on my NodeMCU module (ESP 12) but when I compile I get the error:

    C:\Program File (x86)\Arduino\libaries\OpenGarage\main.ccp: In function ‘void on_sta_upload_fin()’;

    C:\Program File (x86)\Arduino\libaries\OpenGarage\main.ccp: 710:12: error: ‘class UpdaterClass’ has no member named ‘reset’

    Update.reset();

    Does anyone have any thoughts on what might be wrong or missing in the code? Any help very much appreciated.

    <

    #909

    lawrence_jeff
    Participant

    You have missed a step in the instructions to modify a file – See here https://github.com/OpenGarage/OpenGarage-Firmware/tree/master/Modifications

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

OpenGarage Forums OpenGarage Firmware Error compiling for NodeMCU