Alexandr Zarubkin
Alexandr Zarubkin
Okay then, it's good it's known where it should be fixed 🙂
Oh, I've realized it's possible to modify utils/prepare-sysroot-full.sh. Still, mounting Pi root over sshfs has the benefit it doesn't take up local space. It might prove useful to somebody.
Here's some info on decoding Guru Meditation Error by hand: https://www.esp32.com/viewtopic.php?t=263 Here's how it's done in ESP-IDF: http://esp-idf.readthedocs.io/en/latest/get-started/idf-monitor.html
I've made a PR adding partial ESP32 support. Please test. It currently decodes backtrace only.
Can you please attach your ELF file?
@trycoon @janLo Thanks for providing the information. Unfortunately, I've got my hands full at the moment, please feel free to continue working on this.
Works as-is for me with Python 3.6.5 on Windows.
Would the callback provide a page object or a websocket object?
Yes, it is supposed that main program provides these QSettings. You should create and fill QSettings variable by yourself. It is made that way because if the main program uses...
I used QT4 and forgot to enable UI for QT5 too. My apologies :( Perhaps you could make a pull request with the fix? I'm only beginning to move to...