summaryrefslogtreecommitdiff
path: root/src/components/ble/weather/WeatherService.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-01-24src: Enable unused parameter warningRiku Isokoski1-3/+3
Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
2022-11-25WeatherService daily min/max temperature fixes (#1455)kieranc1-6/+8
* Min/Max function fixes * Faster way to calculate day start
2021-12-04Updated docs and renamed functions for consistencyAvamander1-2/+2
2021-12-04Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander1-33/+74
2021-12-04Improved Temperature parsingAvamander1-1/+1
2021-12-04Fixed a bug in DewPoint decodingAvamander1-1/+1
2021-12-04Whoops, fixed a wrong typeAvamander1-2/+2
2021-12-04Added a few helper functionsAvamander1-0/+46
2021-12-04Removed an instance of shadowingAvamander1-4/+4
2021-12-04Fixed an incorrect decode in HumidityAvamander1-1/+1
2021-12-04Implemented parsing of all defined weather data typesAvamander1-19/+181
2021-12-04Improved UI and fixed a bugAvamander1-10/+11
2021-12-04Bunch of bugs fixed, improved error handling, debug UI additionAvamander1-58/+69
2021-12-04Improved error handling and fixed incompatibility with co.nstant.in:cbor libraryAvamander1-3/+6
2021-12-04Removed versioning because it's not necessaryAvamander1-8/+1
2021-12-04Fixed a few compilation errors, fixed UUID.Avamander1-1/+1
2021-12-04Implemented a few functions.Avamander1-14/+70
2021-12-04Few formatting fixesAvamander1-1/+1
2021-12-04Started initial work on the UIAvamander1-24/+31
2021-12-04Brace style and whitespace fixesAvamander1-1/+1
2021-12-04Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander1-4/+15
2021-12-04Skeleton of the receiving logicAvamander1-37/+102
2021-12-04Initial Weather service skeletonAvamander1-0/+208