Platbox
Platbox copied to clipboard
Debug and standard output are mixed in chipset command
The chipset command interleaves writes to stdout and stderr without proper flushing. This means in practice that the "OK" or error messages are displayed before the values they refer to, making the output impossible to understand.
A simple fix is to replace every occurrence of stderr by stdout in Platboxlib/src/global.cpp.