Closed dboitnot closed 2 years ago
After some more digging around I found that the error seems to be introduced with Adafruit BusIO 1.9.7.
Version-pin BusIO to 1.9.6 by modifying platformio.ini
:
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_deps =
adafruit/Adafruit BusIO @ 1.9.6
https://github.com/sqfmi/Watchy
lib_ldf_mode = deep+
board_build.partitions = min_spiffs.csv
Something seems to have changed in the last week or so in one of the dependencies. I cleared my
.pio
directory and found I suddenly couldn't compile anymore. This appears to be separate from #104. To confirm and demonstrate the problem, I tried recreating the issue following the Getting Started guide which had worked for me about two weeks ago:I've not yet found a version-pinned set of
lib_deps
that does not throw this error. I'm wondering if:Thanks!