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

Commit

Permalink
updated led pin for lolin
Browse files Browse the repository at this point in the history
  • Loading branch information
krisraich committed Feb 26, 2018
1 parent 2b6e815 commit 85fb67d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Power Consumption
Deep Sleep: 1.3mA
Normal operation: ~ 50mA
Normal operation: ~ 42mA
Wifi Server: ~150mA
Bugs:
Expand Down Expand Up @@ -70,8 +70,8 @@
#define ON_BOARD_BUTTON 0
#define ON_BOARD_BUTTON_PULLDOWN_MODE true

//onboard LED for Wroom Dev Board
#define ON_BOARD_LED GPIO_NUM_27
//onboard LED for LoLin
#define ON_BOARD_LED GPIO_NUM_22 //GPIO_NUM_27 for Wroom Dev Board
#define ON_BOARD_LED_PULLDOWN_MODE true

//Touch button inputs
Expand Down

0 comments on commit 85fb67d

Please sign in to comment.