fixes for 2.5.1 arduino core

This commit is contained in:
proddy
2019-05-17 13:42:51 +02:00
parent 14353d8e3c
commit f35fdfab7c
6 changed files with 14 additions and 7 deletions

View File

@@ -93,7 +93,7 @@ typedef struct {
bool doingColdShot; // true if we've just sent a jolt of cold water
} _EMSESP_Shower;
command_t PROGMEM project_cmds[] = {
command_t project_cmds[] = {
{true, "led <on | off>", "toggle status LED on/off"},
{true, "led_gpio <gpio>", "set the LED pin. Default is the onboard LED (D1=5)"},