Dennis Boldt

Results 52 comments of Dennis Boldt

@mega-stoffel - Wäre #101 eine alternative Lösung?

Unfortunately, it is also stored as cleartext until now. See https://github.com/openbikesensor/OpenBikeSensorFirmware/issues/119 https://github.com/openbikesensor/OpenBikeSensorFirmware/issues/190

@see: https://github.com/openbikesensor/OpenBikeSensorFirmware/pull/314

TODOs: * [x] Konfiguration löschen (JSON) * [ ] Tracks auf SD-Karte löschen * [ ] Root folder * [ ] upload(ed) folder

You're right, broken links are always annoying. I'll try to figure out, where the docs moved to.

It seems, that the develoment setup never moved to the new web site. Here they are: https://github.com/openbikesensor/archive.openbikesensor.github.io/blob/old-jekyll-website/software/firmware/setup.md @amandel Shall we move the setup into this repo or back to the...

I can confirm it. On first run, `initialize` returns `false`, on second run it returns `true`.

This workaround works for me: ```dart // Workaround: initialize only works on second run of initialize // The first initialize ensures, that the permission is set // The second initialize...

That looks good. I'll give it a try. Is it possible to add multiple loggers, for example to be able to log to console, file and cloud in parallel?