1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-01 03:26:58 +03:00

add more debug levels

This commit is contained in:
Markus Sattler
2016-01-02 12:54:34 +01:00
parent 2b23b005aa
commit 995f02f437
3 changed files with 20 additions and 2 deletions

View File

@ -22,7 +22,11 @@
#define U_SPIFFS 100
#define U_AUTH 200
//#define DEBUG_UPDATER Serial
#ifdef DEBUG_ESP_UPDATER
#ifdef DEBUG_ESP_PORT
#define DEBUG_UPDATER DEBUG_ESP_PORT
#endif
#endif
class UpdaterClass {
public: