07-30-2020, 05:26 AM
(06-18-2020, 06:00 AM)gophix Wrote: Hello,This version of Atom or the latest platformio (not sure who is to blame - don't really care) suffers the same bug reported here:
I've created a package build script for atom and built it for manjaro linux (see releases).
If you are interested in, look at https://github.com/gophix/pinebook_pro and test it. So far I've installed PlatformIO, but nothing more...
Cheers!
https://community.platformio.org/t/2-7-1-upgrade-killed-my-platformio-ide-and-how-i-fixed-it/14504
which prevents using Atom for direct ESP32/ESP8266 development. The fix is to use apm from the command line; but, apm is not installed be the pacman install process. There is a copy of apm generated and located in:
..../pinebook_pro/atom/src/atom/out/atom-1.48.0-arm64/resources/app/apm/bin
which works fine for installing the old version of platformio. I was able to successfully load the platformio package by changing to the above directory and entering the following in a command shell (bash - Konsole):
./apm install platformio-ide@2.6.0
A word of warning, I have not yet actually built and run any Espressif code, but it does appear happier than before.
Thanks again for the Atom script.
Mike