No more local connection after Pybytes
-
Hello, after a successful connection with Pybytes i can't reconnect my Wipy 3 to my local PC via VScode with Pymakr ?
thanks
Bart
-
In the meantime, it has been documented ;) http://docs.pycom.io/firmwareapi/pycom/pycom/#pycompybytes_on_boot
Soon, it will be in the Pybytes section as well
Gijs
-
@Bastock There is a also the pybytes_on_boot() method of the pycom module.
pycom.pybytes_on_boot(False)
Will disable pybytes. That one is in the code, but not documented. But that may not help if you have no access to the REPL at all.
-
Found a solution.
After removing file pybytes_config.json and reflash with latest firmware, i can connect again with Pymakr.