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
fatal error: ExampleParser.h: No such file or directory
#include <ExampleParser.h>
^
compilation terminated.
exit status 1
Error compiling.
Blinkesp8266_ftdi_baterry:13: error: 'ExampleListener' does not name a type
ExampleListener listener;
^
/media/leandro/Disco Local/ArduinoProjetos/Blinkesp8266_ftdi_baterry/Blinkesp8266_ftdi_baterry.ino: In function 'void setup()':
Blinkesp8266_ftdi_baterry:24: error: 'listener' was not declared in this scope
parser.setListener(&listener);
^
exit status 1
'ExampleListener' does not name a type
The text was updated successfully, but these errors were encountered:
fatal error: ExampleParser.h: No such file or directory
#include <ExampleParser.h>
^
compilation terminated.
exit status 1
Error compiling.
Blinkesp8266_ftdi_baterry:13: error: 'ExampleListener' does not name a type
ExampleListener listener;
^
/media/leandro/Disco Local/ArduinoProjetos/Blinkesp8266_ftdi_baterry/Blinkesp8266_ftdi_baterry.ino: In function 'void setup()':
Blinkesp8266_ftdi_baterry:24: error: 'listener' was not declared in this scope
parser.setListener(&listener);
^
exit status 1
'ExampleListener' does not name a type
The text was updated successfully, but these errors were encountered: