programatic way to run CTRL-F?
-
Is there a programatic equivalent to CTRL-F to boot into safe mode without running boot.py or main.py?
-
@Gijs Yes, You're right. I cleared the cache of the browser, and that changed the layout & content of the page.
-
The development documentation is currently way out of sync with the stable documentation. We're working on releasing information relevant to the beta releases on the development pages, while keeping the stable docs most up to date with the stable releases and examples.
Though Im not sure what you mean, If you click on the link I posted, it takes you right to the
bootmgr()
function in the stable docs?
-
@Gijs That looks better, only that the link you provided leads to the "stable" version of the Pycom module, which does not show the bootmgr() method. One (at least me) has to manually switch from the "Stable" to "Development" version.
-
Ah I was under the impression we also explained this on that page: https://docs.pycom.io/firmwareapi/pycom/pycom/#pycombootmgrboot_partitionpycomfactory-fs_typefat-safebootfalse-resetfalse, if you set the safeboot argument to
True
, it should only safeboot after a resetI'll add it to the page when I get the chance
-
@Gijs that was not to he question.
-
Check out this documentation page: https://docs.pycom.io/gettingstarted/programming/safeboot/