Skip to content

Commit

Permalink
removed repeated block on the last LoRA merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Oct 12, 2023
1 parent 39ac193 commit 1059b69
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,30 +339,18 @@ void setup() {
// enabling CLI interface
logMemoryObjects();

#ifdef LORADEVKIT
#ifdef LORADEVKIT
LoRaWANSetup();
#endif

logMemory("LORAWAN");
#ifndef DISABLE_CLI
cliTaskInit();
logMemory("CLITASK");
Serial.println("\n==>[INFO] Setup End. CLI enable. Press ENTER ===\r\n");
#else
Serial.println("\n==>[INFO] Setup End. ===\r\n");
#endif

#ifndef DISABLE_CLI
#ifndef DISABLE_CLI
cliTaskInit();
logMemory("CLITASK");
Serial.println("\n==>[INFO] Setup End. CLI enable. Press ENTER ===\r\n");
#else
Serial.println("\n==>[INFO] Setup End. ===\r\n");
#endif




}

void loop() {
Expand Down

0 comments on commit 1059b69

Please sign in to comment.