-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
Chat GPT
Enabling Debugging Without Modifying the Library
Given your original attempt:
#define TELEGRAM_DEBUG 1
#define _debug 1
#include <UniversalTelegramBot.h>
This should work in theory,
assuming the library checks for these macros somewhere in its implementation (.cpp files or within the .h file beyond the point of their definition).
stuck
would like to enable Arduino Telegram Library Serial Monitor debugging
from my source without modifying library
//#define TELEGRAM_DEBUG 1 |
//#define _debug |
Metadata
Metadata
Assignees
Labels
No labels