Skip to content

Commit

Permalink
Add status LED for diy targets and the core-pcb (#1049)
Browse files Browse the repository at this point in the history
* Update device-install.sh

fix for #911

* add status led for diy target

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
  • Loading branch information
PlumRugOfDoom and thebentern authored Jan 1, 2022
1 parent df75182 commit 4753484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#define BUTTON_PIN 39 // The middle button GPIO on the T-Beam
#define EXT_NOTIFY_OUT 12 // Overridden default pin to use for Ext Notify Plugin (#975).
#define LED_PIN 2 // add status LED (compatible with core-pcb and DIY targets)

#define LORA_DIO0 26 // a No connect on the SX1262/SX1268 module
#define LORA_RESET 23 // RST for SX1276, and for SX1262/SX1268
Expand Down

0 comments on commit 4753484

Please sign in to comment.