mirror of
https://github.com/m5stack/M5Unit-RF433.git
synced 2026-05-20 11:41:00 -07:00
Cosmetic change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user