-
-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I get this error when trying to verify the code
C:\Users\phill\Downloads\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes\ESP32LCDRound240x240Eyes.ino: In function 'void setup()':
C:\Users\phill\Downloads\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes\ESP32LCDRound240x240Eyes.ino:101:3: error: 'initEyes' was not declared in this scope
101 | initEyes();
| ^~~~~~~~
C:\Users\phill\Downloads\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes\ESP32LCDRound240x240Eyes.ino: In function 'void loop()':
C:\Users\phill\Downloads\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes-main\ESP32LCDRound240x240Eyes\ESP32LCDRound240x240Eyes.ino:132:3: error: 'updateEye' was not declared in this scope
132 | updateEye();
| ^~~~~~~~~
exit status 1
Compilation error: 'initEyes' was not declared in this scope
Thank you for your help!