diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-06-09 14:14:06 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-09 15:56:17 +1100 |
commit | 10910219958a6b122de908beb1d5bd32b37972a2 (patch) | |
tree | 99b12d071b8145567c111407d3e82b40e1bc82fc /docs/esp32 | |
parent | 6835743dccf0e8d0a677e8500af0c5a4b19fe645 (diff) |
tools/mpremote: Make eval parse by default.
This is a step towards making the transport expose a Python API rather than
functions that mostly print to stdout.
Most use cases of `transport.eval()` are to get some state back from the
device, so have it return as a value directly by default.
Updates uses of `transport.eval()` to remove the parse argument where it
now isn't needed, make the `rtc` command use eval/exec, and update the
`mip` command to use eval's parsing.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'docs/esp32')
0 files changed, 0 insertions, 0 deletions