From 7ab0e973256ea1485eb83ec85bbb60455c60a35d Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 4 Feb 2019 00:44:10 +0100 Subject: [PATCH] changed LED text --- src/ems-esp.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ems-esp.ino b/src/ems-esp.ino index 3a2b9fae..ae475748 100644 --- a/src/ems-esp.ino +++ b/src/ems-esp.ino @@ -78,7 +78,7 @@ typedef struct { command_t PROGMEM project_cmds[] = { {"set led ", "toggle status LED on/off"}, - {"set led_gpio ", "set the LED pin (onboard=16)"}, + {"set led_gpio ", "set the LED pin. Default is the onboard LED."}, {"set dallas_gpio ", "set the pin for the external Dallas temperature sensor (D5=14)"}, {"set thermostat_type ", "set the thermostat type id (e.g. 10 for 0x10)"}, {"set boiler_type ", "set the boiler type id (e.g. 8 for 0x08)"},