Ambient lighting (#2779)

* This was already defined and throwing a ton of warnings

* Ambient lighting module feature

* Use local instance type
This commit is contained in:
Ben Meadors
2023-09-07 12:24:47 -05:00
committed by GitHub
parent fd563e41f1
commit dcdf9b64de
6 changed files with 91 additions and 13 deletions

View File

@@ -228,7 +228,6 @@ SO GPIO 39/TXEN MAY NOT BE DEFINED FOR SUCCESSFUL OPERATION OF THE SX1262 - TG
#define GPS_TX_PIN PIN_SERIAL1_TX
// Define pin to enable GPS toggle (set GPIO to LOW) via user button triple press
#define PIN_GPS_EN 34 // GPS power enable pin
// RAK12002 RTC Module
#define RV3028_RTC (uint8_t)0b1010010
@@ -276,4 +275,4 @@ SO GPIO 39/TXEN MAY NOT BE DEFINED FOR SUCCESSFUL OPERATION OF THE SX1262 - TG
* Arduino objects - C++ only
*----------------------------------------------------------------------------*/
#endif
#endif