Update README for binary batch payload and SF11

This commit is contained in:
2026-02-01 22:42:26 +01:00
parent e24798eb55
commit e5c4e04ff9
2 changed files with 38 additions and 43 deletions

View File

@@ -49,7 +49,7 @@ constexpr uint8_t PIN_METER_RX = 34;
#define LORA_FREQUENCY_HZ 433E6
#endif
constexpr long LORA_FREQUENCY = LORA_FREQUENCY_HZ;
constexpr uint8_t LORA_SPREADING_FACTOR = 10;
constexpr uint8_t LORA_SPREADING_FACTOR = 11;
constexpr long LORA_BANDWIDTH = 125E3;
constexpr uint8_t LORA_CODING_RATE = 5;
constexpr uint8_t LORA_SYNC_WORD = 0x34;