Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit cd2deea

Browse files
committed
update spi speed
1 parent 80a6c5b commit cd2deea

35 files changed

Lines changed: 2 additions & 1791 deletions

MicroPython_BUILD/components/internalfs_image/image/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
print("")
44
print("Starting WiFi ...")
55
sta_if = network.WLAN(network.STA_IF); sta_if.active(True)
6-
sta_if.connect("MasterHax_5G", "wittyercheese551")
6+
sta_if.connect("mySSID", "wifi_password")
77
tmo = 50
88
while not sta_if.isconnected():
99
utime.sleep_ms(100)

MicroPython_BUILD/components/internalfs_image/image_go/boot.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

MicroPython_BUILD/components/internalfs_image/image_go/examples/main.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

MicroPython_BUILD/components/internalfs_image/image_go/examples/mqtt_example.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

MicroPython_BUILD/components/internalfs_image/image_go/examples/ssd1306_spi_example.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

MicroPython_BUILD/components/internalfs_image/image_go/examples/tftdemo.py

Lines changed: 0 additions & 283 deletions
This file was deleted.

0 commit comments

Comments
 (0)