change lora_size

un-breaks release of buffer large enough to necessitate multiple LoRa packets
This commit is contained in:
Timm Bogner 2023-03-22 12:58:15 -05:00
parent e7f277e924
commit 7b5357a8c2

View File

@ -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