Skip to content

Compiling error for esp8266 #7

@rhannink

Description

@rhannink

Hallo,

Great project, I'd like to automate my bekent desk with your project. Compiling the code for an Arduino Uno works fine, but compiling it for esp8266 with the webserver results in:

bekant:68:15: error: 'class aREST_UI' has no member named 'buttonCallback'
   return rest.buttonCallback(answer);
               ^
/Users/remco/Code/Arduino/bekant/bekant.ino: In function 'void setup()':
bekant:87:8: error: 'class aREST_UI' has no member named 'buttonFunction'
   rest.buttonFunction("Up", &up);
        ^
bekant:88:8: error: 'class aREST_UI' has no member named 'buttonFunction'
   rest.buttonFunction("Down", &down);
        ^
exit status 1
'class aREST_UI' has no member named 'buttonCallback'

I have aRest library version 2.9.1 and aREST_UI library version 1.1.1 installed.

And idea what i might do wrong?

Gr. Remco

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions