Posts: 9,100
Threads: 1,204
Joined: Oct 2020
Reputation:
235
chose another board in your arduino IDE.
Posts: 6
Threads: 0
Joined: Apr 2023
Reputation:
0
Not sure what you mean, do you want me to pick any Arduino board? I have about 40 listed?
Posts: 9,100
Threads: 1,204
Joined: Oct 2020
Reputation:
235
find out "NodeMcu32S" in your board list.
Posts: 6
Threads: 0
Joined: Apr 2023
Reputation:
0
Hi I have now succesfully installed the NodeMcu32S but I still have problems the latest error message is below.
It appears to focus on std::round not being declared
Arduino: 1.8.19 (Windows 10), Board: "NodeMCU-32S, 80MHz, 921600"
In file included from C:\Users\malcolm\AppData\Local\Temp\Temp1_PCF8574_library.zip\PCF8574_library\examples\blinkOnPin0\blinkOnPin0.ino:8:0:
C:\Users\malcolm\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/Arduino.h:184:12: error: 'std::round' has not been declared
using std::round;
^
exit status 1
Error compiling for board NodeMCU-32S.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Posts: 6
Threads: 0
Joined: Apr 2023
Reputation:
0
Please help with this problem
t appears to focus on std::round not being declared
Arduino: 1.8.19 (Windows 10), Board: "NodeMCU-32S, 80MHz, 921600"
In file included from C:\Users\malcolm\AppData\Local\Temp\Temp1_PCF8574_library.zip\PCF8574_library\examples\blinkOnPin0\blinkOnPin0.ino:8:0:
C:\Users\malcolm\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/Arduino.h:184:12: error: 'std::round' has not been declared
using std::round;
^
exit status 1
Error compiling for board NodeMCU-32S.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.