Sergey Podobry
Sergey Podobry
Also I'm not sure about `iostream` functionality. Anyways, you can replace it with `sprintf`.
@MarkusFelix I've order a couple of Arduino boards (I'm expecting the delivery in a couple of days), so I'll be able to take a look at PlatformIO.
@MarkusFelix Could you show your platformio.ini file content?
@MarkusFelix What platform and framework do you use?
@MarkusFelix I see. What functions do they use to write data to serial ports?
I can make a macro definition that turns off thread related info. I think that will do the trick.
@MarkusFelix I added automatic checks for threading functionality of a platform. I successfully built and run `plog` on ESP32 and ESP8266. Please try it.
Hi @StefanPofahl , This is a header-only library, so basically you just need to put `plog` files into your include path. There are several methods to accomplish that, choose the...
It's better to copy everything but the necessary part is `plog/include/plog/`. > Could you add these kind of information also in readme.md? I'll keep this issue open to remind me...
The issue is confirmed. Thanks for a good report.