Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
changed LED text
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Feb 3, 2019
1 parent 2b66688 commit 7ab0e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ems-esp.ino
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ typedef struct {
command_t PROGMEM project_cmds[] = {

{"set led <on | off>", "toggle status LED on/off"},
{"set led_gpio <pin>", "set the LED pin (onboard=16)"},
{"set led_gpio <pin>", "set the LED pin. Default is the onboard LED."},
{"set dallas_gpio <pin>", "set the pin for the external Dallas temperature sensor (D5=14)"},
{"set thermostat_type <hex type ID>", "set the thermostat type id (e.g. 10 for 0x10)"},
{"set boiler_type <hex type ID>", "set the boiler type id (e.g. 8 for 0x08)"},
Expand Down

0 comments on commit 7ab0e97

Please sign in to comment.