opendata-stuttgart / sensors-software

sourcecode for reading sensor data
566 stars 307 forks source link

Revert "Merge pull request #1019 from opendata-stuttgart/beta-sen5x", removing SEN5X code for now #1022

Closed Phaze-III closed 3 months ago

Phaze-III commented 3 months ago

As discussed in #1020 this PR reverts the SEN5X part of #1019.

All SEN5X specific code is removed for now since it appears to introduce stability issues. Other changes (mainly language fixes) are kept.

The [env:d1_mini] in platformio.ini is also reverted to prevent overwriting the nodemcuv2_fr build in build runs.

Note that this is a revert of a merge. Should the SEN5X code be re-added at a later time it can't be done with a new merge from the current beta-sen5x branch. That branch need to be synced again with the beta branch after this PR, followed by a-revert-of-this-revert. Changes to the beta-sen5x branch can then be merged again.