mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-06-28 00:07:14 -04:00
Merge pull request #71 from 0x62/fix/neopixel-lora32
Add NeoPixel support for LILYGO LoRa32
This commit is contained in:
commit
e590dd8b19
1 changed files with 3 additions and 0 deletions
3
Boards.h
3
Boards.h
|
@ -409,10 +409,13 @@
|
||||||
#define DISPLAY OLED
|
#define DISPLAY OLED
|
||||||
#define HAS_BLUETOOTH true
|
#define HAS_BLUETOOTH true
|
||||||
#define HAS_PMU true
|
#define HAS_PMU true
|
||||||
|
#define HAS_NP true
|
||||||
#define HAS_CONSOLE true
|
#define HAS_CONSOLE true
|
||||||
#define HAS_EEPROM true
|
#define HAS_EEPROM true
|
||||||
#define INTERFACE_COUNT 1
|
#define INTERFACE_COUNT 1
|
||||||
|
|
||||||
|
const int pin_np = 12;
|
||||||
|
|
||||||
const uint8_t interfaces[INTERFACE_COUNT] = {SX1276};
|
const uint8_t interfaces[INTERFACE_COUNT] = {SX1276};
|
||||||
#if HAS_TCXO == true
|
#if HAS_TCXO == true
|
||||||
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
const bool interface_cfg[INTERFACE_COUNT][3] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue