In file included from C:\Users\simon\AppData\Local\Temp\arduino-sketch-3B3C819A67044BFEFC1BED4411F72FC6\sketch\WifiSpaceMouse.ino.cpp:1:0:
C:\Users\simon\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5\cores\esp32/Arduino.h:184:12: error: ‘std::round’ has not been declared
using std::round;
Goes away for a while when I reload. Anyone seen this know how to fix?
Seems to be specific to the new Arduino IDE 2.0 Old IDE compiles ok repeatedly.