We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54df35 commit 4eccb0cCopy full SHA for 4eccb0c
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
3
+## v2.3.0~2 - 2023-10-18
4
+
5
+* Support ESP32-C3
6
7
## v2.3.0~1 - 2023-07-20
8
9
* Replace Arduino with esp_platform implementations
idf_component.yml
@@ -1,4 +1,4 @@
-version: "2.3.0~1"
+version: "2.3.0~2"
description: Arduino FOC for BLDC and Stepper motors (SimpleFOC)
url: https://github.com/espressif/Arduino-FOC
repository: https://github.com/espressif/Arduino-FOC.git
@@ -8,6 +8,7 @@ targets:
- esp32
- esp32s2
10
- esp32s3
11
+ - esp32c3
12
dependencies:
13
idf:
14
version: ">=4.4"
0 commit comments