Replies: 1 comment
-
|
I have made some modifications on the tasmota script for making factory binary wled#5274 you can test if they are working on esp32c3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it be a useful feature to create some form of
factorybinaries similar to the ones available, for example, in Tasmota? I think providing a single binary you could simply flash to start address 0x0 could help new users to get started. I came up with a quick and dirty way to create such a binary after the build process from the information available inidedata.json, but since a lot of data comes from build options inplatformio.ini, it is a bit convoluted. It was not easy to find the chip type (e.g.esp32c3) in a robust way that works across different boards. I am sure this script can be improved a lot.Beta Was this translation helpful? Give feedback.
All reactions