phinxy
Results
2
issues of
phinxy
Cant flash micropython with esptool-ck, only works with esptool.py Download micropython binary, any version. erase flash, then flash with esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 esp8266.bin the micropython...
When calling Vifm with a relative path and a non-existant file like so: ``` :EditVifm some/directory/NULL.txt ``` Vim spits out the error: ``` Got non-zero code from vifm: 1 ```...