ESP32_Weather/main/include/app_weather.h

7 lines
101 B
C

#ifndef APP_WEATHER_H
#define APP_WEATHER_H
int app_weather_update(void);
#endif // APP_WEATHER_H