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
Receive the following error after following the guide steps:
/var/folders/c3/bgz5909s63nb9kv62xqfhtrm0000gp/T/arduino_modified_sketch_128324/m5verifier.ino: In function 'void setup()':
m5verifier:160:11: error: 'reset' was not declared in this scope
reset();
^
Multiple libraries were found for "SD.h"
Used: /Users/loop/Library/Arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/SD
Not used: /private/var/folders/c3/bgz5909s63nb9kv62xqfhtrm0000gp/T/AppTranslocation/4008ACD0-80C9-4731-9702-1E6CB7123254/d/Arduino.app/Contents/Java/libraries/SD
exit status 1
'reset' was not declared in this scope
Receive the following error after following the guide steps:
/var/folders/c3/bgz5909s63nb9kv62xqfhtrm0000gp/T/arduino_modified_sketch_128324/m5verifier.ino: In function 'void setup()':
m5verifier:160:11: error: 'reset' was not declared in this scope
reset();
^
Multiple libraries were found for "SD.h"
Used: /Users/loop/Library/Arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/SD
Not used: /private/var/folders/c3/bgz5909s63nb9kv62xqfhtrm0000gp/T/AppTranslocation/4008ACD0-80C9-4731-9702-1E6CB7123254/d/Arduino.app/Contents/Java/libraries/SD
exit status 1
'reset' was not declared in this scope
Note - am using Arduino 1.9.0-beta as the prior versions require 32-bit processing: https://superuser.com/questions/1449666/mac-os-and-arduino-ide-updated-fails-to-compile-esp-12e-nodemcu-1-0
The text was updated successfully, but these errors were encountered: