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:
quake1508 2025-07-03 20:00:53 +02:00 committed by GitHub
parent 2c1cf87e08
commit e2800d75f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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