GOB

Results 19 comments of GOB

I wrote `monitor_filters = time, esp32_exception_decoder` and it worked. Analyzed how the filter is processed. https://github.com/platformio/platformio-core/blob/master/platformio/commands/device/helpers.py line:91 ``` miniterm.TRANSFORMATIONS[obj.NAME] = obj ``` https://github.com/pyserial/pyserial/blob/master/serial/tools/miniterm.py line:352 ``` TRANSFORMATIONS = { 'direct': Transform,...

@sblantipodi @xsrf > It also won't work together with the time or colorize filter If you change the order of the monitor_filters, it might work. see also https://github.com/platformio/platform-espressif32/issues/545

[gob_unifiedButton](https://github.com/GOB52/gob_unifiedButton) Although limited to CoreS3, I implemented rotation support in a library of my own making. It is simply rotating. I think there is still a lot to take into...

This is due to the addition of Speaker introduced in V0.1.4, which causes I2S-related processing in M5.begin. Calling begin in this way can suppress I2S-related processing. (Set the sixth argument...

Results in V0.1.9 ![issue_146_v0 1 9](https://github.com/m5stack/M5Core2/assets/26270227/8f03075a-a639-4472-b7a1-2db75b0d6ef3)

Thank you for trying my product. I assume you have selected "release_SdUpdater". If the build completed, you should find **.pio/build/release_SdUpdater/firmware.bin** in the current directory of project. Rename it to something...

Which device do you use? Basic,Basic 2.6,Basic 2.7,Gray,Core2,CoreS3? If there is any output on the serial monitor, it would be helpful if you could attach all the logs.

Is it old Basic? Is the application working in build "release" without SdUpdater? If possible, can you post the build log of platformio when you build with release_SdUpdater after clean?

Thank you for attaching log. Please give me some time to do some research.

This is going to take longer than I thought. Please give me a few days to travel as I am on summer vacation starting tomorrow. (But I will continue to...