Add DS1820 to JSON sensor output (#1809)

* first try for DS1820 sensors

* fix windows build

* Fix wrong comment format

* Fix code

* fix missing includes

* fix missing defines (only check if driver is included)

* Add DS1820 to sensors in "DRV_IsSensor
Fix string might be not empty

* fix output for long string in case of many DS1820 sensors
This commit is contained in:
MaxineMuster
2025-09-27 09:15:20 +02:00
committed by GitHub
parent 744d5bc40c
commit c1d258fb60
5 changed files with 73 additions and 4 deletions

View File

@ -58,7 +58,7 @@ jobs:
build2:
name: Build Simulator
needs: refs
runs-on: windows-latest
runs-on: windows-2022
steps:
- name: Checkout repository
@ -620,4 +620,4 @@ jobs:
echo ${{ steps.semantic.outputs.new_release_version }}
echo ${{ steps.semantic.outputs.new_release_major_version }}
echo ${{ steps.semantic.outputs.new_release_minor_version }}
echo ${{ steps.semantic.outputs.new_release_patch_version }}
echo ${{ steps.semantic.outputs.new_release_patch_version }}