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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns.
Is your feature request related to a problem? Please describe.
I currently ported OpenDTU to a ESP32-C3-DevKitC-02. The source need some changes to get it working:
HSPI is defined as 1 but it need to be 0
The test checks for ">" but the Boards has a GPIO 0 and the check should be ">="
My settings in platformio.ini are:
; https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32c3/hw-reference/esp32c3/user-guide-devkitc-02.html
[env:esp32-c3-devkitm-1]
platform = espressif32
board = esp32-c3-devkitm-1
build_flags = ${env.build_flags}
-DHOYMILES_PIN_CS=2
-DHOYMILES_PIN_MOSI=6
-DHOYMILES_PIN_MISO=5
-DHOYMILES_PIN_SCLK=4
-DHOYMILES_PIN_IRQ=0
-DHOYMILES_PIN_CE=1
The board also has no display and it would be nice to disable it completely, maybe with a define!?
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: