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
I have revisited this after a few years and for some reason version 8.9 on Arduino 2.3.2 I get the following error when verify/compile
Using ESP-EYE with correct pinouts and correct led pin 22 for the flash.
line 438, 1185, 1189, 1208 Compilation error: 'class UniversalTelegramBot' has no member named 'sendMultipartFormDataToTelegramWithCaption'; did you mean 'sendMultipartFormDataToTelegram'?
Any idea what this could be, is it related to a newer version of Arduino
The text was updated successfully, but these errors were encountered:
I think you have the UniveralTelegramBot library installed -- which does not have the ..withCaption routine, instead of bringing all the modules of the program -- which does have the ..withCaption routine.
Have you also replaced the quotes with the angle brackets?
//#include <UniversalTelegramBot.h>
#include "UniversalTelegramBot.h" // use local library which is a modified copy of an old version
There is a much newer version with a pre-compiled installer, but no dicumentation for that yet. I suppose it wouldn;t work with the esp-eye anyway.
I have revisited this after a few years and for some reason version 8.9 on Arduino 2.3.2 I get the following error when verify/compile
Using ESP-EYE with correct pinouts and correct led pin 22 for the flash.
line 438, 1185, 1189, 1208
Compilation error: 'class UniversalTelegramBot' has no member named 'sendMultipartFormDataToTelegramWithCaption'; did you mean 'sendMultipartFormDataToTelegram'?
Any idea what this could be, is it related to a newer version of Arduino
The text was updated successfully, but these errors were encountered: