Paul Andrews

Results 14 issues of Paul Andrews

Have you been able to get A2DP to coexist with WiFi? The ESP32 docs say it is possible, but I haven't succeeded so far. I haven't tried a simple test...

documentation

What is JP2 for?

Hi, I don't think the USB shield should be connected directly to ground. I use the scheme you can see in this circuit diagram: https://www.silabs.com/documents/public/schematic-files/CP2102N-MiniEK-schematic.pdf Looking forward to building this,...

Fix for Issue 627: ESP32 Sound output stopped working with IDF >= 4.2.0

There were quit a few changes around the use of mclk in the Espressif IDE. My hardware doesn't use that signal and to get the code working again I had...

Hi, I thought you might be interested in several things I added to your base code: 1. ACP every 10 minutes (function is called oneArmedBandit()). 2. Display the date very...

**Describe the bug** In v7 JsonVariant tests false for both a value that doesn't exist and for a value that is zero, yet the documentation recommends that operator[] be used...

question
v7

I would like to do this (I am trying to build a versioned release package): `pio run -t pre -t buildprog -t buildfs -t post` But buildprog target won't execute...

help wanted
build system

Hi, I am getting the following error when I try to install the plugin: ``` Unable to read repository at https://raw.githubusercontent.com/iloveeclipse/plugins/latest/content.xml. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid...

The unit tests fail on windows with, e.g.: file://c/:/Src/thatcher-env-js-cb738b9/specs/frame/proxy.html JavaException: java.net.UnknownHostException: c This seems to be a problem with the urlparse methods, most likely urlparse.urlspllit(), since that is the only...