Skip to content

Commit 7138f22

Browse files
authored
Improve AWS IoT demo output parsing (platformio#603)
The demonstration builds and runs on the ESP32 outputting escape codes which are not parsed by default. This makes the output hard to read. Signed-off-by: Alex J Lennon <[email protected]>
1 parent ed65206 commit 7138f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/espidf-aws-iot/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ platform = espressif32
1212
framework = espidf
1313
board = esp32dev
1414
monitor_speed = 115200
15+
monitor_filters = colorize
1516

1617
board_build.embed_txtfiles =
1718
src/certs/private.pem.key

0 commit comments

Comments
 (0)