From ff35636a18e7945b2d133006ec9d272abcc364e7 Mon Sep 17 00:00:00 2001 From: Andrey Klimov Date: Wed, 13 Oct 2021 13:01:01 +0300 Subject: [PATCH] fix linux compilation issue --- lighthub/itemCmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/itemCmd.h b/lighthub/itemCmd.h index 96e25ef..c35e750 100644 --- a/lighthub/itemCmd.h +++ b/lighthub/itemCmd.h @@ -19,7 +19,7 @@ e-mail anklimov@gmail.com */ #pragma once #include "Arduino.h" -#include "aJson.h" +#include "aJSON.h" typedef char cmdstr[9];