Typo correction (#4756)

Compiling doesn't work because it doesn't find LD2410 in usermods.
The correct usermod is LD2410_v2
pull/3777/head
quake1508 2025-07-03 20:00:53 +02:00 zatwierdzone przez Will Tatam
rodzic 600603149e
commit 3fc653bbff
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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