Luke Marzen

Results 51 comments of Luke Marzen

Here is another work around, copied from https://github.com/platformio/platform-espressif32/issues/644... In order to upload code to the Firebeetle 2 ESP32-E using the latest version of espressif32, you must override the flash size...

I was able to upload to my Firebeetle 2 ESP32-E earlier last year (June 2022) using `platform = espressif32`. Use `platform = [email protected]` instead.

In order to upload code to the Firebeetle 2 ESP32-E using the latest version of espressif32, you must override the flash size settings of the firebeetle32 board configuration. See my...

That's not a currently supported feature.

@cwitting, I am not that familiar with MQTT. It seems like there might be interest in this feature and I would consider merging this into the project on the condition...

Closed since this issue is inactive. If community interest returns I am happy to discuss this feature again in the future.

Hi @PatrickGlatz, Thanks for sharing some resources on MQTT. I am in agreeance that MQTT would be a great addition to the project. Unfortunately, I currently do not have much...

Closed since this issue is inactive. If community interest returns I am happy to discuss this feature again in the future.

@FrAllard, Thank you for the kind words and constructive feedback. Secondly, I want to say, wow that is a great-looking base! Probably the most well-thought-out one I have seen and...

I have experimented with adding some delay, which seems to have fixed it, though it is hard to tell due to the random nature of the issue. I'll wait a...