t-huyeng

Results 34 comments of t-huyeng

Since the first basic workflow is now part of this repo next steps as mentioned in #903 : - [x] improve test coverage by automatically changing board definitions I am...

@FlorianLudwig you test for each board with a separate environment if I understand: `platformio run -e heltec -e ttgov1 -e ttgov2 -e ttgov21 -e ttgobeam -e fipy -e lopy -e...

I updated the build script to support a ENV `CI_HALFILE` for the halfile see #906.

Maybe it would also be enough to run the CI only on approved pull-requests and pushes to the master.

For this > reduce runtime to run only on approved pull requests and pushes to master I would set the settings for the action to this (if not already done)...

Hallo Tom, auf welche Autobahnkarte bezieht du dich?

Auf den ersten Blick sieht es so aus, als ob die Daten für diese Kartenanwendung ebenfalls von https://verkehr.autobahn.de stammen. Es wird die Route `/karte` mit angehängten Parametern verwendet (POST). Diese...

@mst94 über die folgende Abfrage sollte eine Abfrage nach AGS funktionieren: `https://warnung.bund.de/bbk.status/status_.json` Beispiel: https://warnung.bund.de/bbk.status/status_091620000000.json Dies ist aktuell noch nicht dokumentiert.

Stimmt, das würde auch erklären warum bei den "alten" URLs ein paar nicht mehr funktionieren. Dokumentiert ist das ganze allerdings soweit ich das sehe schon: ![image](https://user-images.githubusercontent.com/39559223/214164898-f1e67982-0626-4019-b39a-d717a319d7ea.png) Es ist nur leider...