Change log and what's included in the FW build
-
Hi,
I would like to know where can I find information on what the latest FW is for PyCom devices as well as the change log. Another thing I would like to know is what libraries are included in the FW build, for example is AWS MQTT part of the standard build or must I include the .py files in my lib folder?
Thanks,
-
Thats correct, The modules in the
mods
directory are ones coded in C and compiled into the firmware, the modules infrozen
are written in micropython but they are also compiled into the firmware.
-
@seb Great thanks! Am I correct in saying that code in the frozen directory is included in the build?
-
Hi,
The best place to find this info is our firmware github repository: https://github.com/pycom/pycom-micropython-sigfox
You can find firmware releases, and their change logs here: https://github.com/pycom/pycom-micropython-sigfox/releases
The best place to see what modules are included in the firmware is to check whats in the source code, you can look here: https://github.com/pycom/pycom-micropython-sigfox/tree/master/esp32/mods