mirror of
https://github.com/alexandrebobkov/ESP32-S3_Arduino-Uno.git
synced 2025-08-07 19:27:02 +00:00
.
This commit is contained in:
@@ -25,7 +25,6 @@ def status_led():
|
|||||||
print(os.uname())
|
print(os.uname())
|
||||||
print("Flash size: ", esp.flash_size()/1024/1024, "Mb")
|
print("Flash size: ", esp.flash_size()/1024/1024, "Mb")
|
||||||
#rint("MCU Temperature: ", esp32.mcu_temperature(), "C")
|
#rint("MCU Temperature: ", esp32.mcu_temperature(), "C")
|
||||||
|
|
||||||
print("MCU Temperature: {:4.1f} C".format(esp32.mcu_temperature()))
|
print("MCU Temperature: {:4.1f} C".format(esp32.mcu_temperature()))
|
||||||
|
|
||||||
led = Pin(45, Pin.OUT)
|
led = Pin(45, Pin.OUT)
|
||||||
|
Reference in New Issue
Block a user