Where is the source code for 1.18.1.r7?
-
I have the latest stable firmware on my devices:
Pycom MicroPython 1.18.1.r7 [v1.8.6-849-d1c5ea9] on 2018-12-17; WiPy with ESP32
Where can I find that release on Github? Here https://github.com/pycom/pycom-micropython-sigfox/releases I can only find 1.18.1.r1 for the wipy.
I am particularly interested on the specific AWSIoT code that is built into this version. It seems I have to modify it and would like to know what exactly I have as a starting point.
-
@martinnn If you build the firmware from the sources you get the most recent version. These numers are in the file pycom_version.h. At the moment it tells 1.18.2.
Revision tags are not added often to the repository. So you see just a few of them.
-
@robert-hh so this means that the version I am seeing in the boot prompt is not directly related to the github version? There seems to be no 1.18.1.r7 version in the pycom-micropython-sigfox repo, neither as tag nor release.
-
@martinnn The full sources are at https://github.com/pycom/pycom-micropython-sigfox. The master branch should create 1.18.1.r7. The relase branch creates 1.20.0.rc6. Building also requires the adapted copy of esp-if at https://github.com/pycom/pycom-esp-idf.
The Python libraries, which sould have the AWS code, are at https://github.com/pycom/pycom-libraries