From 84e889510298cc2fc874d3830630d6d83d682210 Mon Sep 17 00:00:00 2001 From: KlausMu Date: Tue, 16 Apr 2024 15:15:09 +0200 Subject: [PATCH] typo --- Platformio/src/devices_pool/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platformio/src/devices_pool/README b/Platformio/src/devices_pool/README index 4cebe0b..cb92c1c 100644 --- a/Platformio/src/devices_pool/README +++ b/Platformio/src/devices_pool/README @@ -4,5 +4,5 @@ Files in this directory won't get compiled by default. If you want to use one of these devices, then - copy the corresponding device folder from "/src/devices_pool/..." to "/src/devices/..." -- add the corresponding call to "register_device_*()" into 'src/main.cpp' (and include the device header file in "src/mail.cpp" as well) +- add the corresponding call to "register_device_*()" into "/src/main.cpp" (and include the device header file in "/src/main.cpp" as well) - start using the commands defined by the device, e.g. by putting them in the hardware key map of "scene__default.cpp" or of a specific scene