comparison: README
README
- changeset 59
- b4ce7147f82c
- parent 58
- c1dfd75f2842
- child 60
- 5a2f23410b4d
equal
deleted
inserted
replaced
1 Use mbed 5.14 |
|
2 |
|
3 For some reason I had to disable mbed-client-cli/ (multiple definition of `cmd' error at |
|
4 link time). |
|
5 Put a .mbedignore file in: |
|
6 |
|
7 $ cd /home/david/.platformio/packages/framework-mbed@6.51504.200716/features |
|
8 $ cat .mbedignore |
|
9 mbed-client-cli/* |
|
10 frameworks/mbed-client-cli/* |
|
11 |
|
12 see https://docs.platformio.org/en/latest/frameworks/mbed.html#ignoring-particular-components |
|