From 6bdd25d2104cd8c11d08c2b5e1f1a40f01b7bc52 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 4 May 2025 16:33:10 -0400 Subject: [PATCH] . --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2304013..5fcbf71 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ def status_led(): print(os.uname()) print("Flash size: ", esp.flash_size()/1024/1024, "Mb") #rint("MCU Temperature: ", esp32.mcu_temperature(), "C") - print("MCU Temperature: {:4.1f} C".format(esp32.mcu_temperature())) led = Pin(45, Pin.OUT)