You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP8266-Wardriving:24:19: error: 'D4' was not declared in this scope
24 | SoftwareSerial ss(D4, D3); // RX, TX
| ^~
ESP8266-Wardriving:24:23: error: 'D3' was not declared in this scope
24 | SoftwareSerial ss(D4, D3); // RX, TX
| ^~
C:\Users\win 1o\Desktop\ESP8266-Wardriving-master\src\ESP8266-Wardriving\ESP8266-Wardriving.ino: In function 'void setup()':
ESP8266-Wardriving:10:20: error: 'D8' was not declared in this scope; did you mean 's8'?
10 | #define SD_CS D8
| ^~
C:\Users\win 1o\Desktop\ESP8266-Wardriving-master\src\ESP8266-Wardriving\ESP8266-Wardriving.ino:40:17: note: in expansion of macro 'SD_CS'
40 | if (!SD.begin(SD_CS)) {
| ^~~~~
Se encontraron varias bibliotecas para "SD.h"
Usado: C:\Users\win 1o\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SD
No usado: C:\Program Files (x86)\Arduino\libraries\SD
exit status 1
'D4' was not declared in this scope`
The text was updated successfully, but these errors were encountered:
Hi, I'm having a problem compiling the code.
ESP8266-Wardriving:24:19: error: 'D4' was not declared in this scope
24 | SoftwareSerial ss(D4, D3); // RX, TX
| ^~
ESP8266-Wardriving:24:23: error: 'D3' was not declared in this scope
24 | SoftwareSerial ss(D4, D3); // RX, TX
| ^~
C:\Users\win 1o\Desktop\ESP8266-Wardriving-master\src\ESP8266-Wardriving\ESP8266-Wardriving.ino: In function 'void setup()':
ESP8266-Wardriving:10:20: error: 'D8' was not declared in this scope; did you mean 's8'?
10 | #define SD_CS D8
| ^~
C:\Users\win 1o\Desktop\ESP8266-Wardriving-master\src\ESP8266-Wardriving\ESP8266-Wardriving.ino:40:17: note: in expansion of macro 'SD_CS'
40 | if (!SD.begin(SD_CS)) {
| ^~~~~
Se encontraron varias bibliotecas para "SD.h"
Usado: C:\Users\win 1o\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.0.2\libraries\SD
No usado: C:\Program Files (x86)\Arduino\libraries\SD
exit status 1
'D4' was not declared in this scope`
The text was updated successfully, but these errors were encountered: