You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,15 @@ The following table summarizes the supported co-processors and transport communi
18
18
| ESP32-C3 | × | ✓ | ✓ | ✓ |
19
19
| ESP32-C5 | ✓ | ✓ | ✓ | ✓ |
20
20
| ESP32-C6/C61 | ✓ | ✓ | ✓ | ✓ |
21
-
| ESP32-S2 | × | ✓ | ✓ | ✓ |
21
+
| ESP32-S2[^1]| × | ✓ | ✓ | ✓ |
22
22
| ESP32-S3 | × | ✓ | ✓ | ✓ |
23
23
24
24
## Usage
25
25
26
26
Download the appropriate firmware binary for your co-processor from the [Releases](https://github.com/pioarduino/esp-hosted-mcu-firmware/releases) page
27
27
28
+
[^1]: Build currently fails due to an incorrect default configuration
0 commit comments