witnessmenow/Universal-Arduino-Telegram-Bot

Enabling Debugging Without Modifying the Library

ldijkman opened this issue · 0 comments

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


https://t.me/Luberth_Dijkman