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

@@ -87,8 +87,6 @@ uint8_t kb_model;
// The I2C address of the RTC Module (if found)
uint8_t rtc_found;
bool rIf_wide_lora = false;
// Keystore Chips
uint8_t keystore_found;
#ifndef ARCH_PORTDUINO
@@ -385,7 +383,6 @@ void setup()
rIf = NULL;
} else {
DEBUG_MSG("SX1280 Radio init succeeded, using SX1280 radio\n");
rIf_wide_lora = true;
}
}
#endif