Browse Source

Update hardware.h

Removed LED1 from TX pin now tx data out works
rfm69
AlbertWeterings 6 years ago
committed by GitHub
parent
commit
885cd5e9ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/config/hardware.h

+ 1
- 1
code/espurna/config/hardware.h View File

@ -1438,7 +1438,7 @@
#define BUTTON1_MODE BUTTON_PUSHBUTTON | BUTTON_DEFAULT_HIGH
// LEDs
#define LED1_PIN 1
#define LED1_PIN 2
#define LED1_PIN_INVERSE 1
// -----------------------------------------------------------------------------


Loading…
Cancel
Save