summaryrefslogtreecommitdiff
path: root/src/components/ble
AgeCommit message (Expand)AuthorFilesLines
2021-12-10List Dir works?Tim Keller3-17/+34
2021-12-10Focus on getting flash access working properlyTim Keller2-5/+7
2021-12-10Start of read commandTim Keller2-19/+158
2021-12-10Added Delete fileTim Keller2-28/+88
2021-12-10Fix folder count in outputTim Keller2-20/+40
2021-12-10More reliable FS listingTim Keller1-5/+12
2021-12-10direcetory listings maybe?Tim Keller2-6/+94
2021-12-10Added Blank FSService that exposes only version infoTim Keller4-3/+129
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-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-11-28Merge branch 'develop' into motionservice_fix_typo_in_includeJF20-37/+38
2021-11-28Merge branch 'restructure_includes' of https://github.com/NeroBurner/InfiniTi...Jean-François Milants20-35/+36
2021-11-15Move up file header include to topReinhold Gschweicher1-1/+1
2021-11-15Add missing standard includesReinhold Gschweicher1-0/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher19-35/+35
2021-11-15fix Motion Service UUID in doc and code commentsmabuch1-2/+2
2021-10-30MotionService: fix not needed '/' in includeReinhold Gschweicher1-1/+1
2021-10-26Motion service : fix step notifications that were sent as a single byte inste...Jean-François Milants2-2/+2