From 0ef73b61dcff30f22ea353707aa00bd1babdf710 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 29 Jun 2019 08:56:05 +0200 Subject: [PATCH] removed -DTESTS --- platformio.ini-example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini-example b/platformio.ini-example index a8f2a4bf8..4a816c41e 100644 --- a/platformio.ini-example +++ b/platformio.ini-example @@ -8,7 +8,8 @@ default_envs = debug [common] -debug_flags = -Wall -DTESTS -DCRASH +; -DMYESP_TIMESTAMP -DTESTS -DCRASH +debug_flags = -Wall -DCRASH release_flags = -w general_flags = -g -DNO_GLOBAL_EEPROM