SniperChan
SniperChan
如题,能添加如何使用天气服务的例子吗?
详情描述:我是使用ST Nucleo 采用 STM32Nucleo-G071RB 为主控, 使用的开发平台是Arduino Studio 1.8.20. WIFI模组是WBR3, 完全根据[官方文档](https://developer.tuya.com/cn/docs/iot/arduino-development-environment-setup?id=K96yyxd4owpbe)步骤,不能成功编译,提示如下错误: `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...
Can the return values of backend APIs be encapsulated in the same format? For example, like this: { code:int, data:any, message:string }. Encapsulating them in a unified format facilitates the...