LoRa: Enable LowDataRateOptimize for symbol length >16ms

This commit is contained in:
tomelec 2019-10-14 23:16:30 +02:00
parent 1275c5876d
commit 7f2663366e
2 changed files with 18 additions and 0 deletions

2
LoRa.h
View file

@ -82,6 +82,8 @@ private:
static void onDio0Rise();
void handleLowDataRate();
private:
SPISettings _spiSettings;
int _ss;