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
详情描述:我是使用ST Nucleo 采用 STM32Nucleo-G071RB 为主控, 使用的开发平台是Arduino Studio 1.8.20. WIFI模组是WBR3, 完全根据官方文档步骤,不能成功编译,提示如下错误:
In file included from C:\Users\Sniper\Desktop\新建文件夹\sketch_feb03a\sketch_feb03a.ino:1: D:\Arduino\arduino-nightly\libraries\tuya-wifi-mcu-sdk\src/TuyaWifi.h:81:10: error: extra qualification 'TuyaWifi::' on member 'get_green_time' [-fpermissive] 81 | char TuyaWifi::get_green_time(TUYA_WIFI_TIME *time, const unsigned int timeout); | ^~~~~~~~ D:\Arduino\arduino-nightly\libraries\tuya-wifi-mcu-sdk\src/TuyaWifi.h:85:10: error: extra qualification 'TuyaWifi::' on member 'get_rtc_time' [-fpermissive] 85 | char TuyaWifi::get_rtc_time(TUYA_WIFI_TIME *time, const unsigned int timeout); | ^~~~~~~~ exit status 1 为开发板 Nucleo-64 编译时出错。
请问如何解决该错误?
The text was updated successfully, but these errors were encountered:
详情描述:我是使用ST Nucleo 采用 STM32Nucleo-G071RB 为主控, 使用的开发平台是Arduino Studio 1.8.20. WIFI模组是WBR3, 完全根据官方文档步骤,不能成功编译,提示如下错误:
In file included from C:\Users\Sniper\Desktop\新建文件夹\sketch_feb03a\sketch_feb03a.ino:1: D:\Arduino\arduino-nightly\libraries\tuya-wifi-mcu-sdk\src/TuyaWifi.h:81:10: error: extra qualification 'TuyaWifi::' on member 'get_green_time' [-fpermissive] 81 | char TuyaWifi::get_green_time(TUYA_WIFI_TIME *time, const unsigned int timeout); | ^~~~~~~~ D:\Arduino\arduino-nightly\libraries\tuya-wifi-mcu-sdk\src/TuyaWifi.h:85:10: error: extra qualification 'TuyaWifi::' on member 'get_rtc_time' [-fpermissive] 85 | char TuyaWifi::get_rtc_time(TUYA_WIFI_TIME *time, const unsigned int timeout); | ^~~~~~~~ exit status 1 为开发板 Nucleo-64 编译时出错。
请问如何解决该错误?
The text was updated successfully, but these errors were encountered: