squix78 / json-streaming-parser

Arduino library for parsing potentially huge json streams on devices with scarce memory
MIT License
205 stars 88 forks source link

ExampleListener does not name a type #3

Open llpereiras opened 8 years ago

llpereiras commented 8 years ago

fatal error: ExampleParser.h: No such file or directory

include

                       ^

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

maxpowel commented 8 years ago

This is because you didnt copy the file ExampleParser.h

llpereiras commented 8 years ago

@maxpowel I will check this. Thanks!