Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
maccoylton committed Feb 10, 2019
1 parent d219169 commit 5d205ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ homekit_characteristic_t model = HOMEKIT_CHARACTERISTIC_(MODEL, D
homekit_characteristic_t revision = HOMEKIT_CHARACTERISTIC_(FIRMWARE_REVISION, FW_VERSION);


// The GPIO pin that is connected to the relay and th blue LED on the Sonoff S20.
// The GPIO pin that is connected to the relay and the blue LED on the Sonoff S20.
const int relay_gpio = 12;
// The GPIO pin that is connected to the green LED on the Sonoff S20.
const int LED_GPIO = 13;
Expand Down

0 comments on commit 5d205ff

Please sign in to comment.