mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-14 10:55:17 +00:00
WEBUI update
Some checks failed
Commit Test Build / build (map[chip:esp32 name:ttgo-lora32-v21]) (push) Has been cancelled
Some checks failed
Commit Test Build / build (map[chip:esp32 name:ttgo-lora32-v21]) (push) Has been cancelled
This commit is contained in:
parent
0d7cff14f5
commit
7c9903ac12
13 changed files with 62 additions and 105 deletions
|
|
@ -81,9 +81,7 @@ namespace LoRa_Utils {
|
|||
radio.XTAL = true;
|
||||
#endif
|
||||
int state = radio.begin(freq);
|
||||
if (state == RADIOLIB_ERR_NONE) {
|
||||
Utils::println("Initializing LoRa Module");
|
||||
} else {
|
||||
if (state != RADIOLIB_ERR_NONE) {
|
||||
Utils::println("Starting LoRa failed! State: " + String(state));
|
||||
while (true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue