mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-01 21:31:04 +00:00
Added RF95 power upper limit macro definition
This commit is contained in:
parent
e41cede08a
commit
d9d821f1fc
@ -40,9 +40,6 @@ extern bool isCharging;
|
||||
extern bool isUSBPowered;
|
||||
|
||||
|
||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
|
||||
extern ATECCX08A atecc;
|
||||
#endif
|
||||
struct DataInfo {
|
||||
int lora_channel_num;
|
||||
double lora_freq;
|
||||
|
@ -22,5 +22,5 @@ build_flags =
|
||||
-DDISABLE_ALL_LIBRARY_WARNINGS
|
||||
lib_deps =
|
||||
${esp32_base.lib_deps}
|
||||
lovyan03/LovyanGFX@^1.1.8
|
||||
m5stack/M5Unified@^0.1.14
|
||||
lovyan03/LovyanGFX@^1.2.0
|
||||
m5stack/M5Unified@^0.2.3
|
@ -20,6 +20,7 @@
|
||||
#define LORA_CS 33 //NSS
|
||||
|
||||
#define USE_RF95
|
||||
#define RF95_MAX_POWER 17
|
||||
#define LORA_DIO0 35 // IRQ
|
||||
#define LORA_RESET 19
|
||||
#define LORA_DIO1 RADIOLIB_NC // Not really used
|
||||
|
@ -21,5 +21,5 @@ build_flags =
|
||||
-DSPI_READ_FREQUENCY=16000000
|
||||
lib_deps =
|
||||
${esp32_base.lib_deps}
|
||||
lovyan03/LovyanGFX@^1.1.8
|
||||
m5stack/M5Unified@^0.1.14
|
||||
lovyan03/LovyanGFX@^1.2.0
|
||||
m5stack/M5Unified@^0.2.3
|
@ -23,6 +23,7 @@
|
||||
#define LORA_CS 5 //NSS
|
||||
|
||||
#define USE_RF95
|
||||
#define RF95_MAX_POWER 17
|
||||
#define LORA_DIO0 35 // IRQ
|
||||
#define LORA_RESET 13 // RST
|
||||
#define LORA_DIO1 RADIOLIB_NC // Not really used
|
||||
|
Loading…
Reference in New Issue
Block a user