Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
781 stars 310 forks source link

Spreading factor default is not 7 #12

Closed dbard closed 6 years ago

dbard commented 6 years ago

API.md indicates default for spreading factor is 7. From LoRa.cpp, it is set to 9:

setSpreadingFactor(9);

Heltec-Aaron-Lee commented 6 years ago

Thanks for you imfor, we will fix it soon.