ESP32-WiPhone / wiphone-firmware

Arduino ESP32 firmware for the WiPhone
37 stars 4 forks source link

Editing firmware #16

Open uhnari opened 2 years ago

uhnari commented 2 years ago

I know the firmware isnt published, but is there a way to extract a copy straight from the wiphone? And also, if we do make any changes to our firmware in the future, will it be overwritten every firmware update? Or will it be like updating your OS on your computer?

Loria commented 2 years ago

If the esptool.py works with WiPhone, you can try reading the flash. You may use your own firmwareserver for ota. in case you used esptool for update then an ota update would overwrite your firmware .. (well the prior version would still be available since there are two fw areas if ota is used with esp32 but I need to look into switching with esptool.

caschulz88 commented 1 year ago

Any news on publishing the source code for firmware? This whole export procedure is quite hacky and would be nice to have cleaner ways of building and modifying firmware