This projects code references an import for esp32spi_reqeusts that doesn't exist any more https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/7406a2bb4a83ee7978cfd2502732ba7d1608af66/IoT_Environment_Sensor/aio.py#L25 It needs updated to use `adafruit_requests` and perhaps other updates as well.
This projects code references an import for esp32spi_reqeusts that doesn't exist any more
Adafruit_Learning_System_Guides/IoT_Environment_Sensor/aio.py
Line 25 in 7406a2b
It needs updated to use
adafruit_requestsand perhaps other updates as well.