Ari Braginsky
                                            Ari Braginsky
                                        
                                    FYI `...Pods/Kanna/Sources/Kanna/CSS.swift:153:28: error: 'range(at:)' has been renamed to 'rangeAt(_:)' let range = result.range(at: at)`
Thanks.
Also in macOS :(
hint: drink your ovaltine
I ended up forking the repo to make this modification to the library.json file since I'm using chain+ for ldf mode: https://github.com/lemonkey/arduinoWebSockets/blob/master/library.json My project is based on the esp32 (arduino...
@urish Thanks a lot for this. Dramatically sped up some of my development work. Is there a way to simulate Serial.print statements?
I went down the path of having platformio generate the latest compile_commands.json (see https://docs.platformio.org/en/latest/integration/compile_commands.html for how you can have it include the toolchain paths, which are omitted by default!) after...