change lora_size

un-breaks release of buffer large enough to necessitate multiple LoRa packets
pull/172/head
Timm Bogner 1 year ago
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…
Cancel
Save