tobozo

Results 787 comments of tobozo

A minimal dirty fix is often more self-explanatory than an exhaustive patch, please share and/or describe your tweaks 👍 I'll pin this issue to prevent the stale bot from closing...

Hi, I don't know, 9600 sounds reasonable but most CDC devices are at least using USB 1.1, which is out of specs for ESP32-USB-Soft-Host, any solution involving an esp32-wroom soft-host...

@volca thanks for suggesting this, I've created a `platformio` branch, based on the latest changes. feel free to submit a PR on that branch. https://github.com/tobozo/WUD-Ducky/tree/platformio @masterkey26 boot loop problem sounds...

@masterkey26 it should appear as a removable disk with a specific label "ESP32_WUD" or something like that to run a payload at boot add this to your setup, but keep...

Hi, I didn't know there was support for RTC8130 in M5Unified, how did you enable it? I had to create a custom version in a tab5 project with support for...

When using `m5::In_I2C` (the `m5::I2C_Class` singleton shared with touch), you don't need to use `Wire.begin()` because `M5.begin()` already took care of that when init'ing the display and touch. Moreover, no...

[v0.2.9](https://github.com/m5stack/M5Unified/releases/tag/0.2.9) now implements a RTC driver for Tab5 `RX8563_Class`, the interesting types and functions have been moved into a RTC base class and are now inherited by two RTC drivers....