1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 06:10:18 +00:00

refactored debug define into DEBUG_ESPUI

This commit is contained in:
wvdv2002
2018-07-03 17:43:58 +02:00
parent 2b4f0fde90
commit 600e46c457
2 changed files with 25 additions and 25 deletions

View File

@ -1,7 +1,7 @@
#ifndef ESPUI_h
#define ESPUI_h
#define debug true
#define DEBUG_ESPUI true
#include "Arduino.h"
#include "ArduinoJson.h"