Hi there, I've been trying for a while to compile either https://github.com/firmata/arduino or https://github.com/firmata/ConfigurableFirmata on the Arduino MKR WIFI 1010. Unfortunately there seems to be a clash with the definition of `SET_PIN_MODE` in the global namespace here: https://github.com/arduino-libraries/WiFiNINA/blob/094856b05a80ea2f79cf956c6ac5ff6715546db5/src/utility/wifi_spi.h#L102 The issue is also discussed here: https://github.com/firmata/arduino/issues/470 Any ideas, how this could be solved?