Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Added LD2410 support

Signed-off-by: Pauli Jokela <[email protected]>
  • Loading branch information
Dids authored Nov 13, 2023
1 parent 4d5c165 commit d13294f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
echo -e "#define USE_BH1750 // [I2cDriver11] Enable BH1750 sensor (I2C address 0x23 or 0x5C) (+0k5 code)" >> tasmota/user_config_override.h
echo -e "#endif" >> tasmota/user_config_override.h
# Enable LD2410 support (24GHz mmWave presence/person detector)
echo -e "#ifndef USE_LD2410" >> tasmota/user_config_override.h
echo -e "#define USE_LD2410" >> tasmota/user_config_override.h
echo -e "#endif" >> tasmota/user_config_override.h
- name: Build Tasmota
run: platformio run -e ${{ matrix.variant }}

Expand Down

0 comments on commit d13294f

Please sign in to comment.