Merge pull request #329 from iysheng/master

Fix the misspelling of the file name
This commit is contained in:
Supowang 2022-02-10 15:43:21 +08:00 committed by GitHub
commit 705078136b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#define USE_ESP8266

View File

@ -1,7 +1,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#define USE_ESP8266

View File

@ -1,7 +1,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#include "bh1750_i2c_drv.h"

View File

@ -2,7 +2,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#define USE_ESP8266

View File

@ -1,7 +1,7 @@
#include "mcu_init.h"
#include "tos_k.h"
#include "mqttclient.h"
#include "cjson.h"
#include "cJSON.h"
#include "sal_module_wrapper.h"
#define USE_ESP8266