kopia lustrzana https://github.com/Aircoookie/WLED
Typo correction (#4756)
Compiling doesn't work because it doesn't find LD2410 in usermods. The correct usermod is LD2410_v2pull/4254/merge
rodzic
2c1cf87e08
commit
e2800d75f7
|
@ -18,7 +18,7 @@ To enable, compile with `LD2140` in `custom_usermods` (e.g. in `platformio_overr
|
|||
```ini
|
||||
[env:usermod_USERMOD_LD2410_esp32dev]
|
||||
extends = env:esp32dev
|
||||
custom_usermods = ${env:esp32dev.custom_usermods} LD2140
|
||||
custom_usermods = ${env:esp32dev.custom_usermods} LD2140_v2
|
||||
```
|
||||
|
||||
### Configuration Options
|
||||
|
|
Ładowanie…
Reference in New Issue