- /**
- * @Author: 李建
- * @Date: 2025/5/22 14:40
- * Description: 接入 wifi 后,实现请求天气接口并显示到 UI界面
- * Copyright: Copyright (©) 2025 永续绿建. All rights reserved.
- */
- #ifndef WIRE_CONTROLLER_WEATHER_H
- #define WIRE_CONTROLLER_WEATHER_H
- #define API_URL "http://114.115.251.196:8299/api/v1/weather/device/"
- void request_weather();
- #endif //WIRE_CONTROLLER_WEATHER_H
|