From b403f0e7db3fc56727e8c8a1fe32df715dc304f6 Mon Sep 17 00:00:00 2001 From: livello Date: Sun, 18 Mar 2018 21:14:37 +0300 Subject: [PATCH] WDT --- lighthub/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/main.cpp b/lighthub/main.cpp index e94dec2..db4333c 100644 --- a/lighthub/main.cpp +++ b/lighthub/main.cpp @@ -161,7 +161,7 @@ extern Artnet *artnet; #define inprefix "/myhome/in/" const char outprefix[] PROGMEM = "/myhome/s_out/"; -#define subprefix "/myhome/in/#" +const char subprefix[] PROGMEM = "/myhome/in/#"; aJsonObject *root = NULL; aJsonObject *items = NULL;