mirror of
https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter.git
synced 2025-08-07 11:18:47 +00:00
Update index.md
This commit is contained in:
7
index.md
7
index.md
@@ -39,8 +39,13 @@ print("=====================================\n")
|
|||||||
print(os.uname())
|
print(os.uname())
|
||||||
print("\n=====================================")
|
print("\n=====================================")
|
||||||
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")
|
|
||||||
print("MCU Temperature: {:4.1f} C".format(esp32.mcu_temperature()))
|
print("MCU Temperature: {:4.1f} C".format(esp32.mcu_temperature()))
|
||||||
|
|
||||||
connect_wifi()
|
connect_wifi()
|
||||||
|
|
||||||
|
# Configure LED pin and start the blinky loop thread
|
||||||
|
#led = Pin(45, Pin.OUT)
|
||||||
|
#led.value(0)
|
||||||
|
#_thread.start_new_thread(status_led, ())
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user