OpenEVSE / openevse_esp32_firmware

OpenEVSE V4 WiFi gateway using ESP32
153 stars 107 forks source link

More accurate build names #662

Closed chris1howell closed 10 months ago

chris1howell commented 1 year ago

Many users are uploading the wrong build for their hardware. File names for all hardware begin with openevse which is misleading. The following names are suggested to match the manufacture of hardware.

openevse_esp-wrover-kit.bin espressif_esp-wrover-kit.bin

openevse_esp-wrover-kit_letest.bin espressif_esp-wrover-kit_latest.bin

openevse_esp32-heltec-wifi-lora-v2.bin heltec_esp32-wifi-lora-v2.bin

openevse_esp32-gateway-e_gui-v2.bin olimex_esp32-gateway-e_gui-v2.bin

openevse_esp32-gateway-f_gui-v2.bin olimex_esp32-gateway-f_gui-v2.bin

openevse_esp32-gateway-old_gui-v2.bin olimex_esp32-gateway-old_gui-v2.bin

openevse_esp32-poe-iso.bin olimex_esp32-poe-iso.bin

openevse_featheresp32.bin adafruit_featheresp32.bin

openevse_nodemcu-32s.bin nodemcu_ESP32s.bin

openevse_esp32-gateway-f_gui-v2.bin olimex_esp32-gateway-f_gui-v2.bin

openevse_huzzah32.bin_gui-v2.bin adafruit_huzzah32.bin_gui-v2.bin

KipK commented 1 year ago

It has changed now for dev builds . UI 1 has been removed. Next release will use common names.

Le jeu. 25 mai 2023, 19:29, Chris Howell @.***> a écrit :

Many users are uploading the wrong build for their hardware. File names for all hardware begin with openevse which is misleading. The following names are suggested to match the manufacture of hardware.

openevse_esp32-gateway-f_gui-v2.bin olimex_esp32-gateway-f_gui-v2.bin

openevse_huzzah32.bin_gui-v2.bin adafruit_huzzah32.bin_gui-v2.bin

— Reply to this email directly, view it on GitHub https://github.com/OpenEVSE/ESP32_WiFi_V4.x/issues/662, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADXKVPQHN2FYPERP5ZRFALXH6JHTANCNFSM6AAAAAAYPE3LNY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

KipK commented 1 year ago

Oups I've misread, thought you were talking about the gui_v1 v2

jeremypoulter commented 1 year ago

Yeah agreed, now we have our own OpenEVSE board these names can be misleading, will update

chris1howell commented 1 year ago

It may also be a good idea to prefix the openevse version so it is the first on the list. It should be by far the most used version.

glynhudson commented 11 months ago

Totally agree, good idea :+1:

Hopefully in the future it won't be so much of an issue since GUI V2 enables updating direct from github which should choose the correct release.