Search found 9 matches

by Pi57
15 May 2021, 10:07
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6861

Re: First build

Yes I also think about antivirus, but no change after deactivation (bitdefender)

But now it works :), I have completely remove espressif32 framework and reinstall it and I'm able to build completely.

Thanks TD-er and Ath for spending time to help me :)

And now I can play with ESPEasy

See you ;)
by Pi57
15 May 2021, 09:06
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6861

Re: First build

Maybe a lib version issue ? Dependency Graph |-- <ESPeasySerial> 2.0.5+sha.80db36b | |-- <SC16IS752> 1.0.1 | | |-- <SPI> 1.0 | | |-- <Wire> 1.0.1 |-- <Adafruit ILI9341> 1.5.7 | |-- <Adafruit GFX Library> 1.10.7 | | |-- <Adafruit BusIO> 1.7.3 | | | |-- <Wire> 1.0.1 | | | |-- <SPI> 1.0 | | |-- <Wire> ...
by Pi57
15 May 2021, 08:28
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6861

Re: First build

Ok temp build clear but no change. I have try to build for some other board like sonoff and shelly, and it works ... it seems that only ESP32 is not working. I try an other ESP32 environment (same as normal but with ETH at the end) and got an other error (if I remember I also got it with the "n...
by Pi57
14 May 2021, 23:42
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6861

Re: First build

Yes the script enter in the windows section (checked with a print). I have check to build the code for an other board : ESP8266 and it works :) I can build the "normal" and "custom" build So that means that the python script should be ok, and the issue should come from somewhere ...
by Pi57
14 May 2021, 23:01
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6861

Re: First build

Still the same error by this way.

I have also try with the original git clone, but no change (without fork)

On VS Code (bottom left) I have selected the branch mega, and my Python interpreter is 3.8.2 64 bits : it is right ? This is the same information display on GIT_HEAD from the python script
by Pi57
14 May 2021, 22:31
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6861

Re: First build

Yes I have created a Fork, then the source code was download with github desktop. I just try to build a custom build, by using your explanation, but same result :( As I got these information from the Python script, I think it's able to get something : Git head is not the branch ? Compile time define...
by Pi57
14 May 2021, 19:22
Forum: ESP Easy: Software
Topic: First build
Replies: 13
Views: 6861

First build

Hi, I pretty new with ESPEasy. I already use it with the "normal" build. It was very cool :) working in association with Jeedom for my domotic setup. Now I want to try to build my own version. For that I have define the default environment on platformio with my board type default_envs = no...
by Pi57
14 May 2021, 19:07
Forum: Introduce yourself
Topic: Pi57
Replies: 3
Views: 4024

Re: Pi57

Hi TD-er and Ath,

I'm working on Windows 10.

I was facing the issue with Git. But after some search on the web I found that Git was required and not installed. So this problem is solved :)

Thanks for your first recommandation :D
by Pi57
14 May 2021, 08:47
Forum: Introduce yourself
Topic: Pi57
Replies: 3
Views: 4024

Pi57

Hi here :)

I'm coming from France. I'm pretty new user with ESPEasy.

I already use it on ESP32 with the "normal" build.

Now I want to go further and build my own version :)

But I got some issue to do this first build ...

Let see that in a dedicated post

See you