Skip to content

Commit c2f2c82

Browse files
committed
Using Arduino framework as an IDF Component
* increase CONFIG_FREERTOS_HZ to 1000 (from 100) This is required by Arduino as IDF component https://espressif-docs.readthedocs-hosted.com/projects/arduino-esp32/en/latest/esp-idf_component.html
1 parent 255160e commit c2f2c82

File tree

3 files changed

+850
-1067
lines changed

3 files changed

+850
-1067
lines changed

eloc610LowPowerPartition/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ platform = espressif32@~6.1.0
1616
;platform = [email protected]
1717
board = esp32dev
1818

19-
framework = espidf
19+
framework = espidf, arduino
2020
;upload_port = COM3
2121
;monitor_port = COM3
2222
monitor_speed = 115200

0 commit comments

Comments
 (0)