From 089cfd1c76b4af6cddc5d81e562e898c70af458f Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 29 Apr 2022 23:23:04 +0200 Subject: [PATCH] Berry make debug easier --- tasmota/xdrv_52_7_berry_embedded.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/xdrv_52_7_berry_embedded.ino b/tasmota/xdrv_52_7_berry_embedded.ino index 5e5b4f165..4ad02b900 100644 --- a/tasmota/xdrv_52_7_berry_embedded.ino +++ b/tasmota/xdrv_52_7_berry_embedded.ino @@ -75,6 +75,10 @@ const char berry_prog[] = "import tapp " +#ifdef USE_BERRY_DEBUG + "import debug " + "import solidify " +#endif ; #endif // USE_BERRY