From a7dac3310f08584564990f0d17075a11bc3a83a6 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Oct 2021 12:52:32 +0300 Subject: [PATCH] linux compilation fix --- lighthub/itemCmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthub/itemCmd.h b/lighthub/itemCmd.h index fdb562a..0645600 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];