Gianbacchio / ESP8266-TelegramBot

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

Problem ==> '\/' [enabled by default] #15

Open nimaaryamehr opened 7 years ago

nimaaryamehr commented 7 years ago

When I want complile Flashedledbot.ino I have this problem How to solve it?

warning :

FlashledBot.ino: In function 'void Bot_ExecMessages()': FlashledBot.ino:43:30: warning: unknown escape sequence: '\/' [enabled by default] FlashledBot.ino:47:30: warning: unknown escape sequence: '\/' [enabled by default] FlashledBot.ino:51:30: warning: unknown escape sequence: '\/' [enabled by default]

hofnil commented 7 years ago

Difficult to say without knowing how your sketch looks like...