Merge pull request #71 from 0x62/fix/neopixel-lora32

Add NeoPixel support for LILYGO LoRa32
This commit is contained in:
jacobeva 2025-04-06 21:09:18 +01:00 committed by GitHub
commit e590dd8b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -409,9 +409,12 @@
#define DISPLAY OLED
#define HAS_BLUETOOTH true
#define HAS_PMU true
#define HAS_NP true
#define HAS_CONSOLE true
#define HAS_EEPROM true
#define INTERFACE_COUNT 1
const int pin_np = 12;
const uint8_t interfaces[INTERFACE_COUNT] = {SX1276};
#if HAS_TCXO == true