Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit ba5b4f1

Browse files
authored
sigfox: fix commit hash (#125)
Previous commit 84b9fd1 has only shortened the hash, but failed to update it. This commit fixes it
1 parent 71354b9 commit ba5b4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/sigfox/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ There are three prebuilt libraries for SIPY, LOPY4, and FIPY.
66

77
git clone -b sigfox git@github.com:pycom/pyupython.git src
88
cd src
9-
git checkout ba89a617
9+
git checkout 9a5e7a9b
1010
cd ../..
1111
make BOARD=LOPY4 TARGET=sigfox
1212
make BOARD=FIPY TARGET=sigfox

0 commit comments

Comments
 (0)