Typo correction (#4756)

Compiling doesn't work because it doesn't find LD2410 in usermods.
The correct usermod is LD2410_v2
pull/4254/merge
quake1508 2025-07-03 20:00:53 +02:00 zatwierdzone przez GitHub
rodzic 2c1cf87e08
commit e2800d75f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
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