Rename LED pin

This commit is contained in:
João Brázio 2025-06-16 02:01:16 +01:00
parent 52acae1fe7
commit 3448db6e36
No known key found for this signature in database
GPG key ID: 56A1490716A324DD
2 changed files with 7 additions and 12 deletions

View file

@ -7,8 +7,8 @@ void WaveshareBoard::begin() {
// for future use, sub-classes SHOULD call this from their begin()
startup_reason = BD_STARTUP_NORMAL;
#ifdef PIN_LED_BUILTIN
pinMode(PIN_LED_BUILTIN, OUTPUT);
#ifdef P_LORA_TX_LED
pinMode(P_LORA_TX_LED, OUTPUT);
#endif
#ifdef PIN_VBAT_READ