Browse Source
Update hardware.h
Removed LED1 from TX pin now tx data out works
rfm69
AlbertWeterings
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
code/espurna/config/hardware.h
|
@ -1438,7 +1438,7 @@ |
|
|
#define BUTTON1_MODE BUTTON_PUSHBUTTON | BUTTON_DEFAULT_HIGH |
|
|
#define BUTTON1_MODE BUTTON_PUSHBUTTON | BUTTON_DEFAULT_HIGH |
|
|
|
|
|
|
|
|
// LEDs |
|
|
// LEDs |
|
|
#define LED1_PIN 1 |
|
|
|
|
|
|
|
|
#define LED1_PIN 2 |
|
|
#define LED1_PIN_INVERSE 1 |
|
|
#define LED1_PIN_INVERSE 1 |
|
|
// ----------------------------------------------------------------------------- |
|
|
// ----------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|