Skip to content

Commit 6971b92

Browse files
committed
tweaks/fixes
1 parent be1f950 commit 6971b92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/mpy_sdcard_log/mpy_sdcard_log.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
# module is installed using the following mpremote command:
2424
# mpremote mip install sdcard
2525

26-
27-
import machine
28-
29-
3026
import os
3127
import uos
3228
import time
@@ -112,7 +108,7 @@ def setup_sd_card():
112108
else:
113109
status = True
114110

115-
if status == True:
111+
if status is True:
116112
print("SD Card mounted successfully")
117113

118114
return status

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy