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...
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;"
2020-05-26 18:47:07
JaneYu
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...
JaneYu 

