forkineye / ESPixelStick

Firmware for the ESPixelStick
http://forkineye.com/
537 stars 171 forks source link

static ip while flashing device with ESPixelStick Flash Tool does not work #663

Closed MartinMueller2003 closed 1 year ago

MartinMueller2003 commented 1 year ago

Discussed in https://github.com/forkineye/ESPixelStick/discussions/662

Originally posted by **marcobrianza** September 12, 2023 I have tried disabling "Use DHCP" and setting a static ip in: FW Version 4.0-ci5943922254 Build Date Aug 22 2023 - 20:53:21 Architecture ESP32 Board Name d32_pro the setting is not applied and DHCP is enabled
MartinMueller2003 commented 1 year ago

Original discussion shows that the DHCP flag does not get cleared in the config.json file that is uploaded to the ESP.

MartinMueller2003 commented 1 year ago

Looking at the flashtool code, and it looks like DHCP settings on the screen are ignored entirely. Working on it now

MartinMueller2003 commented 1 year ago

New flashtool has been uploaded