mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-05 04:25:24 +00:00
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:
4
.github/workflows/workflow.yaml
vendored
4
.github/workflows/workflow.yaml
vendored
@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user