04-16-2023, 09:09 AM
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.
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.