mirror of
https://github.com/timmbogner/Farm-Data-Relay-System
synced 2024-11-08 13:10:29 +00:00
change lora_size
un-breaks release of buffer large enough to necessitate multiple LoRa packets
This commit is contained in:
parent
e7f277e924
commit
7b5357a8c2
@ -72,7 +72,7 @@
|
||||
#define FDRS_LORA_INTERVAL GLOBAL_LORA_INTERVAL
|
||||
#endif // LORA_INTERVAL
|
||||
|
||||
const uint8_t lora_size = 256 / sizeof(DataReading);
|
||||
const uint8_t lora_size = 250 / sizeof(DataReading);
|
||||
|
||||
#ifdef CUSTOM_SPI
|
||||
#ifdef ARDUINO_ARCH_RP2040
|
||||
|
Loading…
Reference in New Issue
Block a user