Search found 7 matches

by Spoff
14 Dec 2020, 23:42
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 9873

Re: ESP32 custom build fails

It compiles! Yay! I removed space characters, the "-" and I uninstalled python 3.9 again. Python --version shows 3.7.7. Not sure what from all this did the trick but now I have to make this plugin work with the 2" M5Stack display :geek:

Thanks!
by Spoff
14 Dec 2020, 18:11
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 9873

Re: ESP32 custom build fails

Indeed I suspected the space in the path so I changed it and still have the error. I installed VS and PIO on another machine and it build fine (Python 3.7.7). I'm not sure what to try anymore, I guess I'll try uninstalling everything I can related to VScode and install everything again. I will also ...
by Spoff
14 Dec 2020, 15:06
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 9873

Re: ESP32 custom build fails

I reinstalled Python and I get this:

PS F:\SPG-ING\ESPEasy> python --version
Python 3.9.1

I have 825GB space left in that drive.
by Spoff
14 Dec 2020, 03:51
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 9873

Re: ESP32 custom build fails

Well you're having scratching my head a lot here! I did what you suggested without success I found some python 2.7 remnants that I deleted, I uninstalled VScode, tracked and deleted its remants and platformIO (whew!) rebooted, reinstalled to have the exact same result. Now now... I uninstalled Pytho...
by Spoff
13 Dec 2020, 21:53
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 9873

Re: ESP32 custom build fails

Sure! here it is: #ifndef ESPEASY_CUSTOM_H #define ESPEASY_CUSTOM_H /* To modify the stock configuration without changing the EspEasy.ino file : 1) rename this file to "Custom.h" (It is ignored by Git) 2) define your own settings below 3) define USE_CUSTOM_H as a build flags. ie : export P...
by Spoff
13 Dec 2020, 19:59
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 9873

Re: ESP32 custom build fails

I indeed use VScode, i'm not used to python and PIO at all so it may be a dumb mistake. I ran the requirement command and tried to build again and got the exact same error. I had Python 2.6 and 2.7 before and now I uninstalled them and installed a fresh copy of Python 3.8.2. I changed custom.h and I...
by Spoff
13 Dec 2020, 19:37
Forum: ESP Easy: Software
Topic: ESP32 custom build fails
Replies: 14
Views: 9873

ESP32 custom build fails

Hello! I just bougt a M5Stack core to play around with and I saw the display controller is an ILI9341 available from an "non standard" plugin. So naturally I want to build a custom image with it included, thing is, I can't build ESP32 images anymore. I keep getting this "ValueError: t...