FAQ

I'm having a problem with the example code, plugging this shield into a firebeetle esp32 v4, the examples that use buttons get an error - 'D5 not declared in scope'and highlights t...

userHead JaneYu 2020-05-24 06:23:26 28 Views2 Replies

I'm having a problem with the example code,
plugging this shield into a firebeetle esp32 v4,
the examples that use buttons get an error -
'D5 not declared in scope'
and highlights the code line
"const uint8_t pin_SPI_cs = D5, keyA = D3, keyB = D8;"

2022-06-05 13:57:30

Does it work together with "Firebeetle 2 M0 Development Board" ?

userHeadPic JaneYu
2020-05-26 18:47:07

If you are using the Fire Beetle ESP32 you will get this error as I got it as well, try using ESP8266 and first install follow the procedure in below link to install the FireBeetle ESP8266 board and worked with me , but with chinese language
https://wiki.dfrobot.com/Fi...

userHeadPic JaneYu