-
I've experimented with limited success at defining a build set up for Firebeetle ESP32. But I get crashes/resets and an intermittent manner that makes it very frustrating - the device just continually reset and rebooted. FWIW I'm not even sure there are particular advantages to building to such a specific target vs doing so with the standard ESP32 flags. In I found that when I remove the comments below I needed the I see that the Does anyone have any guidance?
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
What are you even trying to do differently, instead of a standard precompiled build? What you may have of targets in PlatformIO is usually not relevant to Tasmota builds. |
Beta Was this translation helpful? Give feedback.
-
And do not mess around with Partition Schemes. It is not needed. Tasmota32 uses by default the safeboot scheme and increases at first start the Filesystem to max size by detecting the real flash size. |
Beta Was this translation helpful? Give feedback.
-
Probably off topic but how to I set up Tasmota so the template web form has only the pins for the Firebeetle. It defaults to generic dev kit (ie all pins) but I have many Firebeetles and it would be helpful to limit this list to those on that board. It's probably related to the Based On dropdown and this has only one option, and looking through the code I can't work out the right way to change |
Beta Was this translation helpful? Give feedback.
-
Ok. Will do
I guess the None pins still show up in the template UI which isn’t perfect but will have to do.
thanks
I just wondered why/how on some templates the pin list is restricted.
Regards
Paul
… On 10 Oct 2023, at 16:53, sfromis ***@***.***> wrote:
Not "Based on", but what you can do is to make a template where unavailable pins are flagged as "None", while open pins are "User". Then you could copy/paste that template to more fire beetles, via "Configure Other". In each device, you can then configure specific pins in "Configure Module", or using "User" pins in Configure Template. A strong point of using templates is that it is easy to store that string, send it, or whatever.
If you get to a good generic template matching the hardware in Firebeetle, you could submit it to https://templates.blakadder.com/ for others to enjoy.
—
Reply to this email directly, view it on GitHub <#19710 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACDT75FYHG7AHBZHR5SRGZTX6VVP3AVCNFSM6AAAAAA5Y7I4DGVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TENBSHAZTM>.
You are receiving this because you modified the open/close state.
|
Beta Was this translation helpful? Give feedback.
And do not mess around with Partition Schemes. It is not needed. Tasmota32 uses by default the safeboot scheme and increases at first start the Filesystem to max size by detecting the real flash size.
The APP partition is huge and can be increased (when needed) without the need of reflashing.
We worked hard to provide a few precompiled firmware variants which do use all resources of the device without specifying this details! AFAIK there is no other project which is able to do this.
So long story short. No need for any special boards definitions.