From 1fb4682efb5a274979eab091f0ebb33f059385b2 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Sat, 27 Apr 2024 23:02:16 +0200 Subject: [PATCH] good upto and including 3879721b2822f27b34be905afb9b11d9567587b2 --- ESP32/main.ino | 3 --- ESP32/mmu.cpp | 1 + ESP32/mmu.h | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) create mode 120000 ESP32/mmu.cpp create mode 120000 ESP32/mmu.h diff --git a/ESP32/main.ino b/ESP32/main.ino index 3407eef..1cc5a97 100644 --- a/ESP32/main.ino +++ b/ESP32/main.ino @@ -291,9 +291,6 @@ void setup() { cnsl = new console_esp32(&stop_event, b, serial_ports, 80, 25); #endif - Serial.println(F("Start line-frequency interrupt")); - kw11_l *lf = new kw11_l(b, cnsl); - running = cnsl->get_running_flag(); Serial.println(F("Init TTY")); diff --git a/ESP32/mmu.cpp b/ESP32/mmu.cpp new file mode 120000 index 0000000..b83d63b --- /dev/null +++ b/ESP32/mmu.cpp @@ -0,0 +1 @@ +../mmu.cpp \ No newline at end of file diff --git a/ESP32/mmu.h b/ESP32/mmu.h new file mode 120000 index 0000000..cc56dfb --- /dev/null +++ b/ESP32/mmu.h @@ -0,0 +1 @@ +../mmu.h \ No newline at end of file