This commit is contained in:
KlausMu 2024-04-16 15:15:09 +02:00
parent 8e24963605
commit 84e8895102
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ Files in this directory won't get compiled by default.
If you want to use one of these devices, then If you want to use one of these devices, then
- copy the corresponding device folder from "/src/devices_pool/..." to "/src/devices/..." - 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 - 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