NorthernMan54 / rtl_433_ESP

Trial port of the rtl_433 Library for use with OpenMQTTGateway on a ESP32 and a CC1101 Transceiver
GNU General Public License v3.0
495 stars 113 forks source link

Add Support for ESP32-C3 e S3 #124

Closed dianlight closed 9 months ago

dianlight commented 9 months ago

:recycle: Current situation

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

:bulb: Proposed solution

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

:gear: Release Notes

None

:heavy_plus_sign: Additional Information

None

Testing

Compile and works on an ESP32-C3 Supermini

Reviewer Nudging

N/A