From 2fda106f4eccf6c471eb32dd6253372d8bc589fe Mon Sep 17 00:00:00 2001 From: KlausMu Date: Tue, 23 Jan 2024 18:03:50 +0100 Subject: [PATCH] added comment for MQTT keyboard --- Platformio/src/device_keyboard_mqtt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Platformio/src/device_keyboard_mqtt.h b/Platformio/src/device_keyboard_mqtt.h index bde05e3..a53dd7b 100644 --- a/Platformio/src/device_keyboard_mqtt.h +++ b/Platformio/src/device_keyboard_mqtt.h @@ -5,6 +5,7 @@ // https://github.com/KlausMu/esp32-mqtt-keyboard #define ENABLE_KEYBOARD_MQTT // Comment out to disable WiFi and MQTT +// if you activate the MQTT keyboard, consider changing the mapping of the keyboard commands to the MQTT keyboard in file "commandHandler.h" #ifdef ENABLE_KEYBOARD_MQTT #define KEYBOARD_MQTT_UP "Keyboard_mqtt_up"