Error after updaitng XRPLib

I just got my brand new XRP DIY kit (the new one, not beta). Upon connecting it to XRP code IDE, it prompted me to update both the Micropython and the XRPLib; I clicked “yes”, so it successfully updated both (micropython to v1.25.0-preview.beta06, XRPLib to v 2.0.1).
However, when I attempt to run any example code, I get the error

ValueError: unknown named pin “VIN_MEAS”

Any suggestions?

Strangely enough, when I look at board.py file, this is what I see. No mention of VIN_MEAS, apparently it had been replaced by BOARD_VIN_MEASURE. But where does this eeror come from, then?

If you reset the XRP it will fix this. The code error was left in memory. Once the XRP is reset it clear that out and load the new code.

1 Like