Here is the message, I'm getting it was working until fine until two days ago. Any advice, thanks
Arduino: 1.8.15 (Mac OS X), Board: "Arduino Uno WiFi"
ESP32BootROM.cpp:335:32: error: 'SerialNina' was not declared in this scope
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~
/Users/JPR/Documents/Arduino/libraries/WiFiNINA/examples/Tools/FirmwareUpdater/ESP32BootROM.cpp:335:32: note: suggested alternative: 'Serial'
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~
Serial
ESP32BootROM.cpp:335:44: error: 'NINA_GPIO0' was not declared in this scope
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~
ESP32BootROM.cpp:335:56: error: 'NINA_RESETN' was not declared in this scope
ESP32BootROMClass ESP32BootROM(SerialNina, NINA_GPIO0, NINA_RESETN);
^~~~~~~~~~~
exit status 1
'SerialNina' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Hi,
Guys thanks for all the replies, I figure it out. The solution was rather simple, the error code complicated the solution, was a second ground lead in the wrong spot. Reversed the project, until the leds started working again. But hey I'm learning, again thanks!!