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)"},