Search found 1 match
- Sun Dec 18, 2022 6:03 am
- Forum: ESP32 Arduino
- Topic: How to load 2 different firmware and change it at runtime.
- Replies: 0
- Views: 696
How to load 2 different firmware and change it at runtime.
I want to have 2 different firmware, one is C Arduino based, and one is MicroPython based. I need to switch the firmware at runtime, is it possible. I have seen some documentation on how to update the firmware from SPIFFS, but wanted something faster and easier, that works from MicroPython also. Or ...