opendata-stuttgart / sensors-software

sourcecode for reading sensor data
566 stars 307 forks source link

beta-esp32 branch #988

Closed Phaze-III closed 1 year ago

Phaze-III commented 1 year ago

I noticed that the current beta-esp32 branch has beta-sen5x as parent but has all Sensirion code removed in commit https://github.com/opendata-stuttgart/sensors-software/commit/82bf9e6c425f17c28ee124527d13544985fd16c6 . It looks like the actual code/files committed were based on the beta branch.

I've recreated a branch based on the beta branch so only the specific esp32 modifications are recorded in the git history. The branch can be found on https://github.com/Phaze-III/sensors-software/commits/beta-esp32-only and contains the exact same code as the current beta-esp32 branch but without the beta-sen5x history and without some specific mods for the local environment of @pjgueno .

I didn't yet create a pull request for this one since that would require a corresponding new branch in the main repository (cleanly branched from the beta branch).

pjgueno commented 1 year ago

Thank you for tidying my mess... I made a new branch beta-esp32-v2. You can PR in.

Phaze-III commented 1 year ago

Thanks for merging. I also created PR #991 to force the platform_version_esp32 to espressif32@5.2.0 to prevent linking failures when using newer versions and to get the disconnectEventHandler to compile.

I don't have an ESP32 board yet so can't yet test the firmware but with a little luck other people might now be able to get the code compiled.