Skip to content

Commit c5cf46e

Browse files
committed
[ESP32-C3] a fix for #191 [skip ci]
1 parent 8a58cf1 commit c5cf46e

File tree

1 file changed

+2
-0
lines changed
  • software/firmware/source/SoftRF/src/platform

1 file changed

+2
-0
lines changed

software/firmware/source/SoftRF/src/platform/ESP32.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,8 @@ static void ESP32_setup()
812812
switch (flash_id)
813813
{
814814
case MakeFlashId(ZBIT_ID, ZBIT_ZB25VQ32B): /* C3FH4 or 4X with emb. flash */
815+
/* https://github.com/lyusupov/SoftRF/issues/191 */
816+
case MakeFlashId(TBD_ID, TBD_25Q32):
815817
esp32_board = ESP32_RADIOMASTER_XR1;
816818
break;
817819
case MakeFlashId(ST_ID, XMC_XM25QH32B):

0 commit comments

Comments
 (0)