Michael Baisch

Results 39 comments of Michael Baisch

Hey @razvanilin could it be that you missed step 5. ? If you didn't copy the `libcef_dll_wrapper.a` before using the PG, it won't add it to `Other linker Flags`. If...

@razvanilin My first guess is that you maybe didn't copy the data folder with the html file that is loaded there. It would interest me if it was only that...

@razvanilin did you have time to test my example project in the other branch in my fork? When you say you "have a separate class handling the ofxCEF instance" does...

@moebiussurfing First off all, sorry for the late reply. 1. yeah the `CefWindowInfo` changed a little since I wrote the steps. I've changed the first line to ``` windowInfo.SetAsWindowless(view); ```...

I've made a few commits to make everything compile on windows and macOS again: https://github.com/michaelbaisch/ofxCef/tree/make_it_work

I've identified the problem: The dig2go is powered via a USB-C connection. Initially, it was connected to a computer (MacBook Pro M3). When I switch to a dedicated USB-C charger,...

@intermittech, I am actually now considering the QuinLED-Dig-Quad. With this, I would have two LED channels alongside the two serial lines on the outputs. I can leave the TX ESP32...

I've found a workaround for the issue: I purchased the QuinLED-ESP32-AE+, which adds three additional outputs. This setup allows me to use `LED1`/`GPIO16` on the main board and one of...

I've resolved the conflicts and fixed my tests. Is there anything missing that would prevent this from being merged?