new to atom, so forgive me.
It is closing the compile window before i even get a chance to look at anything, like the hex size etc.
How do I stop it from doing that?
thats great thanks.
is there a way to force re-installation of all the dependancies for a platform. namely espressif. i seem to have got my tools-esptool, scons etc in a bit of a muddle from previous adventures. if i delete them, platformio still thinks they are there?
is there a way to force re-installation of all the dependancies for a platform
Sure. Try this: pio platforms uninstall espressif && pio platforms install espressif
.
You can also remove everything at once with rm -r ~/.platformio
and then install platforms again.
Thats great. thanks… now just my freebsd toolchain problem…