ESP8266-Wardriving icon indicating copy to clipboard operation
ESP8266-Wardriving copied to clipboard

'Wire' was not declared in this scope

Open sburggsx opened this issue 9 months ago • 0 comments

Error as below. I have already added an #include <SPI.h> to the project. If I add #include <Wire.h> the errors mulitply dramatically. Is this just an issue with a newer library for the screens?

/Users/me/Downloads/ESP8266-Wardriving-master 2/src/ESP8266-Wardriving/ESP8266-Wardriving.ino:13:36: error: 'Wire' was not declared in this scope 13 | Adafruit_SSD1306 display(128, 64, &Wire, -1); // shared reset | ^~~~

sburggsx avatar Sep 10 '23 14:09 sburggsx