Skip to content

Commit df07bb6

Browse files
authored
Bump firmware version to v1.10.1 (#346)
1 parent 8131bc9 commit df07bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot/main/boot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
pwr = pyb.Pin("B15", pyb.Pin.OUT)
1414
pwr.on()
1515

16-
version = "<version:tag10>0101000099</version:tag10>"
16+
version = "<version:tag10>0101000199</version:tag10>"
1717

1818
# get i2c
1919
i2c = pyb.I2C(1)
@@ -49,7 +49,7 @@ def poweroff(_):
4949

5050
pyb.ExtInt(pyb.Pin('B1'), pyb.ExtInt.IRQ_FALLING, pyb.Pin.PULL_NONE, pwrcb)
5151

52-
# configure usb from start if you want,
52+
# configure usb from start if you want,
5353
# otherwise will be configured after PIN
5454
# pyb.usb_mode("VCP+MSC") # debug mode with USB and mounted storages from start
5555
# pyb.usb_mode("VCP") # debug mode with USB from start

0 commit comments

Comments
 (0)