IDF Monitor supports automatic address decoding however idfx monitor disables this when the underlying idf_monitor script has the --disable-address-decoding flag available.
|
if grep -qF "address_decoding" "$idf_monitor_path"; then |
|
additional_args+=" --disable-address-decoding" |
|
fi |
Why is this useful feature disabled?