tobozo

Results 630 comments of tobozo

Indeed this is what Lora.random() produces : ![image](https://user-images.githubusercontent.com/1893754/92387333-9f73e000-f115-11ea-9997-151ff0ea33df.png) highest values are 0x45, 0x47 ...

Speculation : Use a double buffer random pool with implicit update, when the first buffer is consumed it is marked as such and updated on next opportunity. Both buffers are...

@FallingSnow fetching upstream fixed it on my fork https://github.com/tobozo/tinyusb/runs/6149927028?check_suite_focus=true

I'll push some more changes soon, the naming is wrong and some esp-idf macros can be removed.

unrelated : I've added a patch for the ESP8266 build run failing, it's using C++17 syntax though

What is this `SPECIAL` macro and what does it have to do with ESP32? [edit] got my answer by reading the actual issue lol Anyway, I applied #502 too and...

hi since this is an old project, you should probably use an older version of USB_Host_Shield (the library dependency your compiler complains about) along with ESP32-Arduino-Core 1.0.6. https://github.com/felis/USB_Host_Shield_2.0/releases/tag/1.3.2

hey thanks for your feedback, Library versions look fine although the latest chimera-core release is 1.1.3 (next release is [1.1.6](https://github.com/tobozo/ESP32-Chimera-Core/pull/41)) and there is no such release as 1.1.4 so my...

looks like this is now [official](https://github.com/PaulStoffregen/Time/releases/tag/v1.6.1) I can't check that until july, but this change may impact the RTC part of ESP32-BLECollector. Keeeping this issue open until this is confirmed.

Hello Peter and thanks for your feedback, This is the ESP32-Chimera-Core project and you're asking about M5Stack-SD-Updater so I'll assume your question is about Display, Buttons and SD integration. -...