Richard Coleman

Results 5 issues of Richard Coleman

# Temporary solution You can override default location of `.platformio` folder using [core_dir](https://docs.platformio.org/en/latest/projectconf/section_platformio.html#projectconf-pio-core-dir) configuration option. It is also possible to override the `.platformio` directory with the `PLATFORMIO_CORE_DIR` environment variable. ---------...

feature

As seen [here](https://twitter.com/cryptostorm_is/status/943575076754075648), Cryptostorm's CA certificate has expired and they've got a new one. This means that none of the Cryptostorm config files work. The new files are at https://github.com/cryptostorm/cryptostorm_client_configuration_files/tree/master/linux,...

I've been trying to compile KiCad for a while using the script now. My build fails at step 5: ``` -- Looking for getc_unlocked - found -- Found PythonInterp: /usr/bin/python...

The following file is present in this repo: https://raw.githubusercontent.com/platformio/platformio-libmirror/master/configs/mbed/TextLCD_wim.json This led me to believe I could use this library in PlatformIO. However, neither `pio lib search -n TextLCD` nor `pio...

This is my first PR here so please forgive me if it's not quite right. These two files are for the DAC61402 and DAC81402 precision high-voltage DACs from TI. Datasheet...