This commit is contained in:
openshwprojects
2022-04-15 15:07:07 +02:00
parent cdf906b62c
commit e8e5e61d49
12 changed files with 233 additions and 209 deletions

View File

@ -9,6 +9,7 @@
#include "../driver/drv_tuyaMCU.h"
#include "../driver/drv_public.h"
#include "../logging/logging.h"
#include "../hal/hal_wifi.h"
#ifdef WINDOWS
// nothing

View File

@ -18,7 +18,8 @@
#include "http_fns.h"
#include "../new_pins.h"
#include "../new_cfg.h"
#include "../ota/ota.h"
#include "../ota/ota.h"
#include "../hal/hal_wifi.h"
// define the feature ADDLOGF_XXX will use

View File

@ -7,7 +7,7 @@
#include "../new_pins.h"
#include "../jsmn/jsmn_h.h"
#include "../ota/ota.h"
#include "../printnetinfo/printnetinfo.h"
#include "../hal/hal_wifi.h"
#ifdef BK_LITTLEFS
#include "../littlefs/our_lfs.h"
#endif