Jack Jansen

Results 101 comments of Jack Jansen

I'm having the same issue. I've sent an email to Scaniverse, asking what they can tell me about their format. I'll report back here if I get an answer. I...

> @jackjansen please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @microsoft-github-policy-service agree [company="{your company}"] >...

Sorry for the delay in answering this. The problem this fix solves is that these build-time tests depend on running a program to test the existence of some aligned-allocation functions....

Hmm, I was a bit too quick, I think. https://github.com/tmmsunny012/esp32_https_server does not seem to be stable at the moment.

Well, printing the UUID would have shown me *which* callbacks I hadn't overridden. I have a large number of services, all implemented in different places (because I'm working on a...

I need to investigate, I presume that something has changed on the side of the Arduino IDE.

Testing this (on an Intel Mac). Completely uninstalled Arduino IDE and all its settings, libraries, etc. - Installed IDE 2.3.6. - In the Board manager installed the esspressif `esp32` board...

Release 2.8.1 has the same problem. But the CI/CD using `arduino-cli` builds just fine. Need to investigate more.

The library dependencies (in `library.properties`) are incomplete, and I need to investigate why. For now, a workaround is to use `arduino-cli` to install the dependencies. Run the following in a...