Gianbacchio / ESP8266-TelegramBot

Telegram Bot Library for ESP8266 on Arduino IDE
GNU General Public License v2.0
187 stars 71 forks source link

Change Order for compiler #2

Closed s00500 closed 8 years ago

s00500 commented 8 years ago

Change the order to avoid an error

Gianbacchio commented 8 years ago

Hi, Do you get errors compiling the sketch? strange, I don't...

s00500 commented 8 years ago

Hi, yes I got some... don't know exactly why but it seems to be a thing with my particular ide install... anyway...

manbade commented 8 years ago

From IDE 1.6.7 it´s necessary declare funtion before call it. Move the function Bot_ExecMessages i.e. before loop()

Gianbacchio commented 8 years ago

thank you for the info. I will update soon the library also including Telegram App 2.0 modifications

2016-05-02 20:32 GMT+02:00 Manbade VIA Manbait Untamed REEF < notifications@github.com>:

From IDE 1.6.7 it´s necessary declare funtion before call it. Move the function Bot_ExecMessages i.e. before loop()

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/Gianbacchio/ESP8266-TelegramBot/pull/2#issuecomment-216320777

Giancarlo Bacchio mob. +39 3313136813 skype: giancarlo_bacchio

Gianbacchio commented 8 years ago

updated example sketches according requests