Skip to content

Commit

Permalink
Enable tracing via mbed_app.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
iPAS committed Oct 25, 2021
1 parent 7284b25 commit d71a268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "ADS1220.h"

#include "trace_helper.h"
#define TRACE_GROUP "main"


/******************************************************************************
Expand Down
2 changes: 2 additions & 0 deletions mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"platform.stdio-convert-newlines": true,
"platform.stdio-baud-rate": 115200,
"platform.default-serial-baud-rate": 115200,
"mbed-trace.enable": true,
"mbed-trace.max-level": "TRACE_ACTIVE_LEVEL_ALL",
"lora.over-the-air-activation": true,
"lora.duty-cycle-on": true,
"lora.phy": "AS923",
Expand Down

0 comments on commit d71a268

Please sign in to comment.