What's the most memory-efficient way to check the weather forecast? (manualdousuario.net) 2 points by rpgbr 1mo ago ↗ HN
[–] westurner 1mo ago ↗ Here's weather in embedded C++ (for an ESP32-S3 with an ePaper screen and InkHUD and other devices supported by Meshtastic), from 3 weeks ago:meshtastic/firmware//src/modules/weather/NWSWeatherProvider.cpp at add_weather_http_json_protobufs · westurner/firmware: https://github.com/westurner/firmware/blob/add_weather_http_...The http://api.weather.gov HTTP API asks users to specify a unique User Agent HTTP header.
1 comment
[ 103 ms ] story [ 81.8 ms ] threadmeshtastic/firmware//src/modules/weather/NWSWeatherProvider.cpp at add_weather_http_json_protobufs · westurner/firmware: https://github.com/westurner/firmware/blob/add_weather_http_...
The http://api.weather.gov HTTP API asks users to specify a unique User Agent HTTP header.