Cosmetic change

This commit is contained in:
GOB
2025-07-15 18:40:28 +09:00
parent 2f93db4319
commit 7d2e7676bb
2 changed files with 4 additions and 4 deletions
@@ -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,
@@ -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