mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-11 21:08:16 +02:00
Add support for ESP32S2 product.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -39,10 +39,12 @@ const uint8_t rescue_aid[] = {
|
|||||||
|
|
||||||
#ifdef PICO_RP2350
|
#ifdef PICO_RP2350
|
||||||
#define PICO_MCU 1
|
#define PICO_MCU 1
|
||||||
#elif defined(ESP_PLATFORM)
|
#elif defined(CONFIG_IDF_TARGET_ESP32S3)
|
||||||
#define PICO_MCU 2
|
#define PICO_MCU 2
|
||||||
#elif defined(ENABLE_EMULATION)
|
#elif defined(ENABLE_EMULATION)
|
||||||
#define PICO_MCU 3
|
#define PICO_MCU 3
|
||||||
|
#elif defined(CONFIG_IDF_TARGET_ESP32S2)
|
||||||
|
#define PICO_MCU 4
|
||||||
#else
|
#else
|
||||||
#define PICO_MCU 0
|
#define PICO_MCU 0
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user