Hi!
I just changed from Arduino-IDE to PlatformIO. I can compile, upload and run my program, but my serial console is flooded with something like
%d,%d>, passive=%d
ord is empty
aid = %d, channel %d, %s, bssid = %02x:%02x:%02x:%02x:%02x:%02x
M�@��@M�@M�@M�@��@M�@��@M�@M�@2�@M�@M�@M�@M�@M�@M�@M�@M�@��@M�@A�@2�@��@��@��@M�@2�@M�@M�@M�@M�@��@2�@��@M�@M�@��@M�@2�@M�@M�@2�@�@i�@��@F�@z�@��@��@E�@��@E�@�@�@E�@��@��@��@��@��@��@��@p�@��@��@��@��@��@��@��@��@ �@&�@&�@&�@&�@&�@&�@&�@&�@&�@��@��@��@��@��@��@��@�
@��@��@��@��@��@��@��@��@��@��@��@��@��@��@��@��@��@U�@��@M�@��@��@j�@��@��@��@��@��@��@��@��@��@��@��@��@��@��@��@Y�@��@��@��@x�@��@��@��@y�@��@��@U�@:�@R�@��@��@#�@��@:�@0000000000000000 *@m�@r�@��@�@�@�@�@T@��@>@I@T@T@T@��@��@��@��@��@��@��@I@��@�
�@��@3@��@I@��@��@��@��@��@��@��@��@��@��@��@T@��@��@��@T@T@T@��@��@��@��@��@��@3@��@3@��@��@3@��@��@��@��@��@�
d(@d(@d(@d(@d(@d(@d(@d(@
d@in@in@T@in@in@in@in@in@in@in@in@in@in@8W@!X@in@in@in@�V@!X@1W@in@W@in@}[@e_@c@1W@in@�c@�S@�d@in@in@�h@in@�S@0000000000000000
-2s %-3s %-5s %-11s %-10s %-8s %-8s
0.0W 0.00V
Its very hard for me to find my own printed debugging messages. How can i supress this “internal” messages?
I´ve tried
build_flags = -DCORE_DEBUG_LEVEL=0
in platformio.ini
and
#define LOG_LOCAL_LEVEL ESP_LOG_ERROR
in my code.
unfortunally without success.
When i build with arduino-ide there are only my own messages visible. Is that even possible with platformio?
Thanks!