Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansnigirev committed Nov 5, 2022
1 parent 3156ddd commit f87cd2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boot/debug/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
pwr = pyb.Pin("B15", pyb.Pin.OUT)
pwr.on()

version = "<version:tag10>0100800001</version:tag10>"
version = "<version:tag10>0100800101</version:tag10>"

leds = [pyb.LED(i) for i in range(1,5)]
# poweroff on button press
Expand Down Expand Up @@ -41,4 +41,4 @@ def poweroff(_):
platform.version = version

# uncomment to run some custom main:
pyb.main("hardwaretest.py")
pyb.main("hardwaretest.py")
2 changes: 1 addition & 1 deletion boot/main/boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
pwr = pyb.Pin("B15", pyb.Pin.OUT)
pwr.on()

version = "<version:tag10>0100800099</version:tag10>"
version = "<version:tag10>0100800199</version:tag10>"

# get i2c
i2c = pyb.I2C(1)
Expand Down

0 comments on commit f87cd2d

Please sign in to comment.