From 7d2e7676bbb05596b2fb586aefcffb356fc09bb6 Mon Sep 17 00:00:00 2001 From: GOB Date: Tue, 15 Jul 2025 18:40:28 +0900 Subject: [PATCH] Cosmetic change --- .../UnitUnified/UnitRF433R/PlotToSerial/main/PlotToSerial.cpp | 4 ++-- .../UnitUnified/UnitRF433T/PlotToSerial/main/PlotToSerial.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/UnitUnified/UnitRF433R/PlotToSerial/main/PlotToSerial.cpp b/examples/UnitUnified/UnitRF433R/PlotToSerial/main/PlotToSerial.cpp index bf5c980..1ce19f5 100644 --- a/examples/UnitUnified/UnitRF433R/PlotToSerial/main/PlotToSerial.cpp +++ b/examples/UnitUnified/UnitRF433R/PlotToSerial/main/PlotToSerial.cpp @@ -51,8 +51,8 @@ void setup() } // TAG specification by ESP_DRAM_LOGx does not work, so use wildcards - esp_log_level_set("*", ESP_LOG_NONE); // Disable RMT warning log - + esp_log_level_set("*", ESP_LOG_NONE); // Disable RMT warning log + M5_LOGI("M5UnitUnified has been begun"); M5_LOGI("%s", Units.debugInfo().c_str()); M5_LOGI("ESP-IDF Version %d.%d.%d", (ESP_IDF_VERSION >> 16) & 0xFF, (ESP_IDF_VERSION >> 8) & 0xFF, diff --git a/examples/UnitUnified/UnitRF433T/PlotToSerial/main/PlotToSerial.cpp b/examples/UnitUnified/UnitRF433T/PlotToSerial/main/PlotToSerial.cpp index ffc1bbb..825d8a7 100644 --- a/examples/UnitUnified/UnitRF433T/PlotToSerial/main/PlotToSerial.cpp +++ b/examples/UnitUnified/UnitRF433T/PlotToSerial/main/PlotToSerial.cpp @@ -15,8 +15,8 @@ auto& lcd = M5.Display; m5::unit::UnitUnified Units; m5::unit::UnitRF433T unit; -//const char* msg[4] = {"Beam Me Up!", "Live Long and Prosper", "Engage!", "Make it so"}; -const char* msg[4] = {"Beam", "Live", "Engage", "Make"}; +const char* msg[4] = {"Beam Me Up!", "Live Long and Prosper", "Engage!", "Make it so"}; +// const char* msg[4] = {"Beam", "Live", "Engage", "Make"}; uint8_t msg_index{}; } // namespace