Everything was working fine, I wanted to do a test to see if a relay worked so I deleted my code and put the test code and it no longer worked and I got an error and I don't know what to do to make it work.
/usr/local/bin/arduino-cli compile --fqbn arduino:renesas_uno:unor4wifi --build-cache-path /tmp --output-dir /tmp/150966437/build --build-path /tmp/arduino-build-64F793809098456760C3E9225BC922F2 /tmp/150966437/Proyecto_meb_jun15a
[warn] WARNING: library ArduinoGraphics claims to run on samd architecture(s) and may be incompatible with your current board which runs on renesas_uno architecture(s).
In file included from /tmp/150966437/Proyecto_meb_jun15a/Proyecto_meb_jun15a.ino:23:0:
/tmp/150966437/Proyecto_meb_jun15a/thingProperties.h:6:25: error: 'SECRET_SSID' was not declared in this scope
const char SSID[] = SECRET_SSID; // Network SSID (name)
^~~~~~~~~~~
/tmp/150966437/Proyecto_meb_jun15a/thingProperties.h:6:25: note: suggested alternative: '_GETSSID'
const char SSID[] = SECRET_SSID; // Network SSID (name)
^~~~~~~~~~~
_GETSSID
/tmp/150966437/Proyecto_meb_jun15a/thingProperties.h:7:25: error: 'SECRET_OPTIONAL_PASS' was not declared in this scope
const char PASS[] = SECRET_OPTIONAL_PASS; // Network password (use for WPA, or use as key for WEP)
^~~~~~~~~~~~~~~~~~~~
Multiple libraries were found for "RTC.h"
Used: /home/builder/.arduino15/packages/arduino/hardware/renesas_uno/1.2.0/libraries/RTC
Not used: /home/builder/opt/libraries/m5stickc_0_2_9
Not used: /home/builder/opt/libraries/m5core2_0_1_9
Not used: /home/builder/opt/libraries/m5stickcplus_0_1_0
Not used: /home/builder/opt/libraries/m5station_0_0_1
Error during build: exit status 1