summaryrefslogtreecommitdiff
path: root/src/components/ble/weather
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-1/+2
2021-12-04Updated docs and renamed functions for consistencyAvamander2-6/+9
2021-12-04Added a note about map key capitalizationAvamander1-1/+1
2021-12-04Added a note about the timestamp having a timezone offsetAvamander1-1/+5
2021-12-04Better cleanup, bugfixes and improvements in weather parsing. UI improvementsAvamander2-35/+79
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 functionsAvamander2-4/+59
2021-12-04Improved documentationAvamander1-3/+7
2021-12-04Improved documentationAvamander1-0/+20
2021-12-04Removed an instance of shadowingAvamander1-4/+4
2021-12-04Clarified a few commentsAvamander1-5/+6
2021-12-04Specified how values should be interpreted betterAvamander1-2/+7
2021-12-04Added new precipitation and obscuration typesAvamander1-2/+12
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 additionAvamander2-68/+90
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-04Changed UUID so it wouldn't conflict with MotionAvamander1-3/+3
2021-12-04Fixed a few compilation errors, fixed UUID.Avamander3-4/+4
2021-12-04Implemented a few functions.Avamander3-26/+84
2021-12-04Few formatting fixesAvamander2-2/+2
2021-12-04Started initial work on the UIAvamander2-41/+48
2021-12-04Brace style and whitespace fixesAvamander2-2/+2
2021-12-04Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander3-25/+40
2021-12-04Skeleton of the receiving logicAvamander3-76/+145
2021-12-04Initial Weather service skeletonAvamander3-0/+685