Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for ESP32-C3 e S3 #124

Merged

Conversation

dianlight
Copy link
Contributor

♻️ Current situation

ESP32-C3 and ESP32-S3 on Arduino-ESP32-Core has first free SPI ( SPI2 ) mapped as FSPI and not VSPI

💡 Proposed solution

Added check on CONFIG_IDF_TARGET_ESP32C3 and CONFIG_IDF_TARGET_ESP32S3 to set FSPI and not VSPI as SPI port.

⚙️ Release Notes

None

➕ Additional Information

None

Testing

Compile and works on an ESP32-C3 Supermini

Reviewer Nudging

N/A

src/rtl_433_ESP.cpp Outdated Show resolved Hide resolved
@NorthernMan54 NorthernMan54 changed the base branch from master to Release-0.3.2 December 17, 2023 15:05
@NorthernMan54 NorthernMan54 merged commit 13171ea into NorthernMan54:Release-0.3.2 Dec 17, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants