cc7b7f538ac4dec2c27cbf1283a99239abed75c2
Board-dat/IDD/IDD1023-dat/IDD1023-dat.md
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | ![](2023-11-29-15-48-23.png) |
11 | 11 | |
12 | 12 | |
13 | -* You will need a USB-TTL adapter bridge board or cable, to interface or program ESP32 via the serial interface |
|
13 | +* You will need a [[USB-TTL-dat]] adapter bridge board or cable, to interface or program ESP32 via the serial interface |
|
14 | 14 | |
15 | 15 | To communicate with ESP32 normally, connect (working mode): |
16 | 16 | * TXD->RXD, RXD->TXD, +5V=+5V, GND=GND |
... | ... | @@ -31,9 +31,17 @@ To program ESP32 (flashing mode): |
31 | 31 | |
32 | 32 | ## Demo Early Test |
33 | 33 | |
34 | +use guide - https://www.youtube.com/shorts/mtdM9uB3fyo |
|
35 | + |
|
34 | 36 | correct test: https://twitter.com/electro_phoenix/status/1434776186354241536 |
35 | 37 | |
36 | 38 | test in error: https://twitter.com/electro_phoenix/status/1427971402561327106 |
37 | 39 | |
38 | 40 | |
39 | -- [[IDD1023]] |
|
... | ... | \ No newline at end of file |
0 | + |
|
1 | +## ref |
|
2 | + |
|
3 | + |
|
4 | +- [[IDD1023]] |
|
5 | + |
|
6 | +- [[ESP-SDK-dat]] |
|
... | ... | \ No newline at end of file |
SDK/Arduino-IDE-DAT/Arduino-ESP32/arduino-esp32-dat.md
... | ... | @@ -69,5 +69,22 @@ includes |
69 | 69 | |
70 | 70 | - [[ESP-SDK-dat]] |
71 | 71 | |
72 | +## Version |
|
72 | 73 | |
74 | +- 2.0.14 |
|
73 | 75 | |
76 | + |
|
77 | + |
|
78 | +## Common error |
|
79 | + |
|
80 | +- cc1plus.exe: some warnings being treated as errors |
|
81 | + |
|
82 | +https://forum.arduino.cc/t/esp32-unused-variable-compile-error/1039022/15 |
|
83 | +C:\Users\Administrator\AppData\Local\Arduino15\packages\esp32\hardware\esp32 |
|
84 | + |
|
85 | + To: |
|
86 | + compiler.warning_flags=-w |
|
87 | + compiler.warning_flags.none=-w |
|
88 | + compiler.warning_flags.default= |
|
89 | + compiler.warning_flags.more=-Wall |
|
90 | + compiler.warning_flags.all=-Wall -Wextra |
|
... | ... | \ No newline at end of file |