John
John
I did, but my (existing) project didn't get picked up, and the CLion plugin doesn't seem to support the same feature set that was previously supported.
I've removed all files as requested, but the CMake files that were generated are still a far cry from what they were prior to Platformio 4.3. My CMakeLists.txt files are...
> Hi @thorrak ! Could you please explain what you mean by "unusable"? Are there any errors? > > > Is there any way under Platformio 4.3 to NOT use...
Do you have a link to your code? What happens when you have WiFi and BLE running simultaneously? I have WiFi/BLE coexistence working on a project that I manage, though...
> AsyncWebServer + BLE is not easy to get stable for reasons unknown to me at this time. @thorrak I'm impressed you seem to have cracked the code for this...
Sure thing. I think I caught them all in the commit I just pushed.
Sorry about that - should be fine now!
Since this was introducing one breaking change, I just changed the constructors slightly in order to introduce another. Previously, the most basic form of the constructor allowed for defaulting of...
> Do you think it woiuld make more sense not to pass the Filesystem as variable but rather use a Macro? That's how I've done it in other projects, but...
Can you link one of those examples you are referencing?