| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SimpleWeather service : new weather implementation | Jean-François Milants | 2023-12-23 | 1 | -34/+37 |
| | | | | | Fix recovery firmware and code formatting. | ||||
| * | SimpleWeather service : new weather implementation | Jean-François Milants | 2023-12-23 | 1 | -0/+153 |
| This new implementation of the weather feature provides a new BLE API and a new weather service. The API uses a single characteristic that allows companion apps to write the weather conditions (current and forecast for the next 5 days). The SimpleWeather service exposes those data as std::optional fields. This new implementation replaces the previous WeahterService. The API is documented in docs/SimpleWeatherService.md. | |||||
