Skip to content

Commit

Permalink
fix CLANG
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Nov 22, 2023
1 parent 82ff58f commit 7acc0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/values.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7acc0b1

Please sign in to comment.