From 6a6983e15e4d3c8c03937f8bee040de350ce722f Mon Sep 17 00:00:00 2001 From: Stepan Snigirev Date: Wed, 16 Nov 2022 23:20:39 +0100 Subject: [PATCH] bump version --- boot/debug/boot.py | 2 +- boot/main/boot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/debug/boot.py b/boot/debug/boot.py index 0c6ccc2..bc89aa8 100755 --- a/boot/debug/boot.py +++ b/boot/debug/boot.py @@ -6,7 +6,7 @@ pwr = pyb.Pin("B15", pyb.Pin.OUT) pwr.on() -version = "0100800201" +version = "0100800301" leds = [pyb.LED(i) for i in range(1,5)] # poweroff on button press diff --git a/boot/main/boot.py b/boot/main/boot.py index a82d2c5..5e4e7d1 100755 --- a/boot/main/boot.py +++ b/boot/main/boot.py @@ -13,7 +13,7 @@ pwr = pyb.Pin("B15", pyb.Pin.OUT) pwr.on() -version = "0100800299" +version = "0100800399" # get i2c i2c = pyb.I2C(1)