Home › Forums › Mayfly Data Logger › PlatformIO not downloading all ModularSensors dependencies › Reply To: PlatformIO not downloading all ModularSensors dependencies
2020-11-05 at 7:27 PM
#14799
Update: This looks to me like a PIO issue. Reverting to earlier versions of PlatformIO IDE, it works; i.e., it downloads all ModularSensors’ dependencies as expected, and my project compiles suc
Update: This looks to me like a PIO issue. Reverting to earlier versions of PlatformIO IDE, it works; i.e., it downloads all ModularSensors’ dependencies as expected, and my project compiles successfully. This is using a ‘minimal’ platformio.ini file that looks like this:
1 2 3 4 5 6 7 8 9 |
[env:mayfly] platform = atmelavr board = mayfly framework = arduino lib_deps = EnviroDIY_ModularSensors lib_ldf_mode = deep+ lib_ignore = RTCZero build_flags = -DSDI12_EXTERNAL_PCINT |
…And my only source code is the default template main.cpp that is populated when doing a PIO -> New Project.
At the moment, I’ve reverted to PlatformIO IDE v1.10.0 as follows: In VSCode’s Extensions pane, click the Settings ‘gear’, select Install Another Version.
-Matt