From e2800d75f711a47050e2b6a5ceb5d39ab1876844 Mon Sep 17 00:00:00 2001 From: quake1508 Date: Thu, 3 Jul 2025 20:00:53 +0200 Subject: [PATCH] Typo correction (#4756) Compiling doesn't work because it doesn't find LD2410 in usermods. The correct usermod is LD2410_v2 --- usermods/LD2410_v2/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usermods/LD2410_v2/readme.md b/usermods/LD2410_v2/readme.md index ea85ab820..25b1cbbcc 100644 --- a/usermods/LD2410_v2/readme.md +++ b/usermods/LD2410_v2/readme.md @@ -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