Sly Gryphon

Results 79 comments of Sly Gryphon

> Does this work for all ESP32 boards? Or just certain ones This change isn't directly related to boards, but to PlatformIO setup. There is no board specific stuff. All...

> Does this work for all ESP32 boards? Or just certain ones As mentioned, this change (allowing the PlatformIO integration to set up the libs dependency) doesn't have anything directly...

> Sure wish I knew what was holding back 3.0.0/IDF 5.1.x adoption in platformIO, thank you VERY much for figuring this setup out. Probably the main reason is that 3.0.0...

> #1225 clearly states espressif dropped platformio starting from 3.0. We'll see... #1225 is a post by Platform IO ... yes, it claims that Espressif has discontinued support, but Espressif...

#master is volatile, so could end up with issues. It was working around the time of #3.0.0-rc1 (about 30 commits / 3 weeks ago). Which version of arduino-esp32 and the...

Does this actually exist as a feature/branch, or were the above just mock ups of what it could look like if built?

Testing with Arduino-ESP32. I have built a version of the Arduino-ESP32 libraries with the fix included, coupled with some fixes in the Arduino-ESP32 project. The results work with most networks...

I have a pull request up for platform-espressif32 that fixes the error: KeyError: 'framework-arduinoespressif32-libs': https://github.com/platformio/platform-espressif32/pull/1281 You can use the branch in that PR with arduino-esp32#master, but also need to add...

Example program: ```c# using Serilog; using System; using System.Diagnostics; namespace Example.SerilogTrace { // PM> Install-Package SerilogTraceListener // PM> Install-Package Serilog.Sinks.Literate public class Program { static void Main(string[] args) { //...