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
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 ...
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...
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...
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...
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...