Home › Forums › Mayfly Data Logger › Error Compiling for board EnviroDIY Mayfly 1284p › Reply To: Error Compiling for board EnviroDIY Mayfly 1284p
2025-03-13 at 11:17 PM
#18986
A few of the folders in “ModularSensors_Dependencies_v.0.35.0.zip” are named with blank spaces or with longer names, if you go into any of the folders with spaces, copy the name of the .h file and rename the folder to that name, it works.
ie
Adafruit ADS1X15 rename to-> Adafruit_ADS1X15
Adafruit BME280 Library rename to -> Adafruit_BME280
etc….
That should resolve your problem.