We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a58cf1 commit c5cf46eCopy full SHA for c5cf46e
software/firmware/source/SoftRF/src/platform/ESP32.cpp
@@ -812,6 +812,8 @@ static void ESP32_setup()
812
switch (flash_id)
813
{
814
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):
817
esp32_board = ESP32_RADIOMASTER_XR1;
818
break;
819
case MakeFlashId(ST_ID, XMC_XM25QH32B):
0 commit comments