Print firmware build date and time in sys command

This commit is contained in:
Oleg Kalachev
2026-05-08 00:31:51 +03:00
parent e81e84e7fc
commit 68271c508c
+1
View File
@@ -168,6 +168,7 @@ void doCommand(String str, bool echo = false) {
print("Chip: %s\n", ESP.getChipModel());
print("Temperature: %.1f °C\n", temperatureRead());
print("Free heap: %d\n", ESP.getFreeHeap());
print("Firmware: " __DATE__ " " __TIME__ "\n");
// Print tasks table
print("Num Task Stack Prio Core CPU%%\n");
int taskCount = uxTaskGetNumberOfTasks();