mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-13 11:44:29 +05:00
fix typo
This commit is contained in:
@@ -36,7 +36,7 @@ MainTask* tMain;
|
||||
|
||||
|
||||
void setup() {
|
||||
#ifndef USE_TELNET
|
||||
#if USE_TELNET
|
||||
Serial.begin(115200);
|
||||
Serial.println("\n\n");
|
||||
#endif
|
||||
@@ -83,6 +83,6 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
#if defined(ESP32)
|
||||
vTaskDelete(NULL);
|
||||
vTaskDelete(NULL);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user