mirror of
https://github.com/wled/WLED.git
synced 2025-07-17 15:56:31 +00:00
Typo correction (#4756)
Compiling doesn't work because it doesn't find LD2410 in usermods. The correct usermod is LD2410_v2
This commit is contained in:
parent
2c1cf87e08
commit
e2800d75f7
@ -18,7 +18,7 @@ To enable, compile with `LD2140` in `custom_usermods` (e.g. in `platformio_overr
|
|||||||
```ini
|
```ini
|
||||||
[env:usermod_USERMOD_LD2410_esp32dev]
|
[env:usermod_USERMOD_LD2410_esp32dev]
|
||||||
extends = env:esp32dev
|
extends = env:esp32dev
|
||||||
custom_usermods = ${env:esp32dev.custom_usermods} LD2140
|
custom_usermods = ${env:esp32dev.custom_usermods} LD2140_v2
|
||||||
```
|
```
|
||||||
|
|
||||||
### Configuration Options
|
### Configuration Options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user