summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Expand)AuthorFilesLines
2021-12-10Actually fix memory corruption, seems stable nowTim Keller2-65/+43
2021-12-10List Dir works?Tim Keller3-17/+34
2021-12-10Focus on getting flash access working properlyTim Keller4-30/+41
2021-12-10Start of read commandTim Keller2-19/+158
2021-12-10Added Delete fileTim Keller4-28/+93
2021-12-10Fix folder count in outputTim Keller2-20/+40
2021-12-10More reliable FS listingTim Keller3-6/+16
2021-12-10direcetory listings maybe?Tim Keller4-34/+132
2021-12-10Added Blank FSService that exposes only version infoTim Keller4-3/+129
2021-12-09AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher1-1/+0
2021-12-09Merge branch 'develop' into patch-weatherAvamander4-47/+220
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins2-15/+27
2021-12-09Persist bond between rebootsJames A. Jerkins2-9/+115
2021-12-09Connect and bond with a passkeyJames A. Jerkins3-32/+87
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-04Switched to non-deprecated math headerAvamander1-0/+1
2021-12-04Fixed a few bugs, enabled UsefulBuf library optimizationsAvamander4-25/+43
2021-12-04Minor style improvementAvamander1-1/+2
2021-12-04Skeleton of the receiving logicAvamander3-76/+145
2021-12-04Initial Weather service skeletonAvamander5-0/+689
2021-12-02Settings: remove unused driver includeReinhold Gschweicher1-1/+0
2021-11-28Merge branch 'develop' into motionservice_fix_typo_in_includeJF37-55/+56
2021-11-28Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTi...Jean-François Milants37-53/+54
2021-11-15Move up file header include to topReinhold Gschweicher3-3/+3
2021-11-15Add missing standard includesReinhold Gschweicher1-0/+1