Commit 5b8ea89
committed
Simplify our code by using
The runtime environment bundled within the [GCC Toolchain for Espressif ESP32-S3 Xtensa MCUs](https://registry.platformio.org/tools/espressif/toolchain-xtensa-esp32s3) apparently already maps `std::cout` to serial interface.
No need to maintain our own version of it.std::cout from ESP32-S3 runtime environment.1 parent 7b7bf98 commit 5b8ea89
3 files changed
Lines changed: 2 additions & 72 deletions
File tree
- lib/3rd_party_adapters/Arduino
Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 0 additions & 31 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 7 | | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | | - | |
| 13 | + | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
0 commit comments