Search found 16 matches

by lemon
07 Oct 2022, 16:10
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

What do you need precisely? The Custom.h only?
And can you send me a PN with your mail address?
by lemon
07 Oct 2022, 15:56
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Tried on a different computer now (and different Wifi network), flashed again first the blank_4M.bin, then flashed a program that only reads existing Wifi credentials out (and it didn't find any). Afterwards I flashed the ESPEasy custom build and... still the AP waiting for me. I'm so little before ...
by lemon
07 Oct 2022, 13:13
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Ok, inserting these additional settings didn't change anything, Wemos is still creating the AP with the name I set in Custom.h as DEFAULT_NAME. 5345 : Info : WIFI : Connecting mywifi 02:92:BF:67:03:4E Ch:6 (-59dBm) WPA2/PSK attempt #1 5450 : Info : WIFI : Set WiFi to STA 10677 : Info : WIFI : Discon...
by lemon
07 Oct 2022, 12:52
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

OK, one more hurdle passed. Can you also configure your SSID using these? (can only be used in "Custom" builds for obvious reasons) #define CUSTOM_DEPLOYMENT_SSID "myssid" // Enter SSID not shown in UI, to be used on custom builds to ease deployment #define CUSTOM_DEPLOYMENT_KEY...
by lemon
07 Oct 2022, 12:35
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

By the way, can you make notes of things you came across when building? This way we can improve the documentation so others may not need to suffer making the same wrong turns... Problem is, I cannot do this as I will not be able to see "obvious" missing information in the docs. So conside...
by lemon
07 Oct 2022, 12:34
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Ok, did what you said, powercycled the Wemos.
First I flashed again the blank_4M.bin file, then I flashed the build I made with VSCode.
Anyway, bootloop is resolved, but the Wemos creates still the AP instead of connecting to the WIFI I set in the Custom.h :-(
by lemon
07 Oct 2022, 11:57
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Ok, next try. First i erased flash with "esptool.py erase_flash", then I performed a "Clean all" in PlatformIO. The next step was "Upload and Monitor" which ended with this error: Compiling .pio\build\custom_ESP8266_4M1M\src\_C006.cpp.o Compiling .pio\build\custom_ESP82...
by lemon
07 Oct 2022, 11:36
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Tried with a smaller Custom.h now: #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 fla...
by lemon
07 Oct 2022, 10:52
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Custom.h: Don't forget to first #undef each existing #define that you add below. But there's also written this: 3) define USE_CUSTOM_H as a build flags. ie : export PLATFORMIO_BUILD_FLAGS="'-DUSE_CUSTOM_H'" And this is not necessary for sure, so maybe also the first indications are wrong. ...
by lemon
07 Oct 2022, 10:30
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Ok, let me tell you more detailed what I've done. I'm using a Wemos D1 Mini which usually will be flashed with 4M1M version of ESPEasy. I've configured VSCode according to this tutorial: https://espeasy.readthedocs.io/en/latest/Participate/ArduinoIDE.html#building-using-custom-h I've created the Cus...
by lemon
06 Oct 2022, 18:22
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

it's activating the AP insted of using the WIFI settings I've set as default. :?: That's the 1 exception (AFAIK), it uses the previous AP settings as it is stored somewhere 'hidden' by the closed-source WiFi code in Arduino framework. You can wipe the using completely by flashing a blank.bin (of th...
by lemon
06 Oct 2022, 17:05
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

That type of setting is only applied on factory reset, or install on a new unit. Gladly it doesn't update the existing settings :o, there are other means for that, like restoring a previously saved config file. Ok, tried to upload the build and then did a factory reset, the ESP8266 should use the d...
by lemon
06 Oct 2022, 16:09
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

Re: ESPEasy custom build - values not overwritten

Oh, didn't know that, thank for the info. Se when I save a settings file from a configured Arduino and load it to a new one there settings should be identical, right? Tried it now, unfortunately some options as MQTT server address have not been imported, is there a reason for that? NTP server addres...
by lemon
06 Oct 2022, 13:52
Forum: ESP Easy: Software
Topic: ESPEasy custom build - values not overwritten
Replies: 27
Views: 4007

ESPEasy custom build - values not overwritten

Hello everybody, today I'm making my first experiences with custom building, followed the instructions and modified the Custom.h file, first build was perfect (set DEFAULT_NAME). But any other build I use on my Wemos D1 Mini does not overwrite existing values and neither write new ones. This was fir...
by lemon
05 Oct 2022, 15:43
Forum: ESP Easy: Software
Topic: set "Client IP block level" at flashing
Replies: 11
Views: 2774

Re: set "Client IP block level" at flashing

chromo23 wrote: 05 Oct 2022, 12:20 1. build your own binary
Hello everybody,

thank you for your inputs, chrome23's answer could be the most usefiul for me, now I'll get into binary building :roll:
by lemon
05 Oct 2022, 11:52
Forum: ESP Easy: Software
Topic: set "Client IP block level" at flashing
Replies: 11
Views: 2774

set "Client IP block level" at flashing

Hello everybody, I'm making my first steps with ESPEasy now and find it very easy to handle, great piece of software. But there's one thing I cannot manage, hope someone can help me with this. I've got 2 networks at work (VLAN 1 and VLAN 2) with 2 different network ranges. VLAN 1 is reserved for PCs...