We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8131bc9 commit df07bb6Copy full SHA for df07bb6
boot/main/boot.py
@@ -13,7 +13,7 @@
13
pwr = pyb.Pin("B15", pyb.Pin.OUT)
14
pwr.on()
15
16
-version = "<version:tag10>0101000099</version:tag10>"
+version = "<version:tag10>0101000199</version:tag10>"
17
18
# get i2c
19
i2c = pyb.I2C(1)
@@ -49,7 +49,7 @@ def poweroff(_):
49
50
pyb.ExtInt(pyb.Pin('B1'), pyb.ExtInt.IRQ_FALLING, pyb.Pin.PULL_NONE, pwrcb)
51
52
-# configure usb from start if you want,
+# configure usb from start if you want,
53
# otherwise will be configured after PIN
54
# pyb.usb_mode("VCP+MSC") # debug mode with USB and mounted storages from start
55
# pyb.usb_mode("VCP") # debug mode with USB from start
0 commit comments