[SOLVED] Pybytes with custom firmware?
-
I'm rolling my own firmware with frozen modules, is it possible to deploy them using Pybytes, or am I required to use the pycom.ota_start() method?
-
@BetterAuto said in Pybytes with custom firmware?:
or am I required to use the pycom.ota_start() method?
Concerning the
pycom.ota_start
it is not required to be used.If you want to implement this yourself please take a look at the below reference.
Reference: https://github.com/pycom/pycom-libraries/tree/master/examples/OTA
-
@BetterAuto said in Pybytes with custom firmware?:
ota_start
Hello @BetterAuto, Under Projects, you have the option to create a release with a custom firmware and deploy that.
Not sure about the
ota_start
, part; I will check and try to get back to you on that.Best Regards,
Ahmad EL Masri