From 7acc0b1b5b538191a5263c144ca0fea3fad6aeba Mon Sep 17 00:00:00 2001 From: tueddy Date: Wed, 22 Nov 2023 16:51:00 +0100 Subject: [PATCH] fix CLANG --- src/values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/values.h b/src/values.h index 6c89836a..abe09db0 100644 --- a/src/values.h +++ b/src/values.h @@ -48,7 +48,7 @@ #define CMD_TOGGLE_WIFI_STATUS 130 // Toggles WiFi-status #define CMD_TOGGLE_BLUETOOTH_SINK_MODE 140 // Toggles Normal/Bluetooth sink Mode #define CMD_TOGGLE_BLUETOOTH_SOURCE_MODE 141 // Toggles Normal/Bluetooth source Mode -#define CMD_TOGGLE_MODE 142 // Toggles Normal => Bluetooth sink => Bluetooth source => Normal Mode +#define CMD_TOGGLE_MODE 142 // Toggles Normal => Bluetooth sink => Bluetooth source => Normal Mode #define CMD_ENABLE_FTP_SERVER 150 // Enables FTP-server #define CMD_TELL_IP_ADDRESS 151 // Command: ESPuino announces its IP-address via speech #define CMD_TELL_CURRENT_TIME 152 // Command: ESPuino announces current time via speech