You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/build/LuaNode/LuaNode_Esp32/LuaNode32/components/modules/./wifi.c:78:8: error: unknown type name 'os_timer_t'
static os_timer_t wifi_sta_status_timer;
^
Linux mike-VirtualBox 4.10.0-37-generic #41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
When compiling the WiFi module, the make command doesn't appear to be finding the esp_timer.h file located in LuaNode32/main/include. So, my temporary solution was to simply:
cd LuaNode32
cp -rp main/include/* components/modules
/home/build/LuaNode/LuaNode_Esp32/LuaNode32/components/modules/./wifi.c:78:8: error: unknown type name 'os_timer_t'
static os_timer_t wifi_sta_status_timer;
^
Linux mike-VirtualBox 4.10.0-37-generic #41~16.04.1-Ubuntu SMP Fri Oct 6 22:42:59 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: