Fix SX1280 init

This commit is contained in:
Thomas Göttgens
2022-11-10 23:00:01 +01:00
parent 5c59c8d701
commit 74f31d7d68
4 changed files with 17 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ bool SX128xInterface<T>::init()
#endif
if (res == RADIOLIB_ERR_NONE)
res = lora.setCRC(RADIOLIB_SX128X_LORA_CRC_ON);
res = lora.setCRC(2);
if (res == RADIOLIB_ERR_NONE)
startReceive(); // start receiving