I have been using this QT PY board for over a year https://www.adafruit.com/product/4600 Adafruit QT Py - SAMD21 Dev Board with STEMMA QT and recently upgraded the SAMD board manger and a sketch no longer compiles. I have two windows PC's (win10b I upgraded) and the one I did not upgrade (call it win10a) still compiles fine.
My first q is did adafruit change the board name ? on the PC win10a I did not upgrade (arduino IDE 1.8.5) under tools, board the board says "Adafruit QT PY (SAMD21)" and on the PC (win10b) after the upgrade (arduino IDE 1.8.10) board name shows as "Adafruit QT PY M0 (SAMD21)"
the compiler error I get after the upgrade is:
C:\Users\Jim\Documents\Arduino\libraries\SparkFun_AS6212_Qwiic_Arduino_Library\src\SparkFun_AS6212_Qwiic.cpp: In member function 'uint16_t AS6212::getConversionCycleTime()':
C:\Users\Jim\Documents\Arduino\libraries\SparkFun_AS6212_Qwiic_Arduino_Library\src\SparkFun_AS6212_Qwiic.cpp:361:1: error: control reaches end of non-void function [-Werror=return-type]
361 | }
| ^
but I can still compile it fine on the win10a pc.
thoughts ?