8000 fix: changed the firmware version to 1.20.1 · gnaik/pycom-micropython-sigfox@3d4f14f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d4f14f

Browse files
committed
fix: changed the firmware version to 1.20.1
1.20.1.0 would break our pybytes library calc_version function
1 parent ed2e2b6 commit 3d4f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/pycom_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#ifndef VERSION_H_
1111
#define VERSION_H_
1212

13-
#define SW_VERSION_NUMBER "1.20.1.0"
13+
#define SW_VERSION_NUMBER "1.20.1"
1414

1515
#define LORAWAN_VERSION_NUMBER "1.0.2"
1616

0 commit comments

Comments
 (0)
0