Search found 2 matches

by beigenmann
15 Jul 2018, 16:17
Forum: ESP Easy: Software
Topic: Can build with PlatformIO
Replies: 4
Views: 3018

Re: Can build with PlatformIO

Build on PlatformIO, version 3.5.4 on ubuntu 18.04

lib_archive already exists in section in platformio.ini
186) lib_archive = ${common.lib_archive}
419) lib_archive = ${common.lib_archive}
There is something odd.
Thanks
Benno
by beigenmann
12 Jul 2018, 07:48
Forum: ESP Easy: Software
Topic: Can build with PlatformIO
Replies: 4
Views: 3018

Can build with PlatformIO

corrupted platformio.ini error option u'lib_archive' in section u'env:normal_ESP8285_1024' already exists' uncommented lib_archive -lib_archive = ${common.lib_archive} +;lib_archive = ${common.lib_archive} After I fixed platformio.ini platformio run only esp32dev was successfull the reset ended in e...