You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would result in an absolute path to the bootloader hex file of `~/sketchbook/hardware/promicro/bootloaders/caterina/Caterina-promicro16.hex`
1379
+
Would result in an absolute path to the bootloader hex file of `$(HOME)/sketchbook/hardware/promicro/bootloaders/caterina/Caterina-promicro16.hex`
1380
1380
1381
1381
**Requirement:***Optional, unless BOOTLOADER_FILE and/or BOOTLOADER_PATH are user-defined*
1382
1382
@@ -1395,7 +1395,7 @@ Usually can be auto-detected as `AUTO_MPIDE_DIR` from the defaults `/usr/share/m
1395
1395
**Example:**
1396
1396
1397
1397
```Makefile
1398
-
MPIDE_DIR = ~/mpide
1398
+
MPIDE_DIR = $(HOME)/mpide
1399
1399
```
1400
1400
1401
1401
**Requirement:***Optional*
@@ -1408,12 +1408,12 @@ MPIDE_DIR = ~/mpide
1408
1408
1409
1409
Path to chipKIT `preferences.txt` file.
1410
1410
1411
-
Usually can be auto-detected as `AUTO_MPIDE_PREFERENCES_PATH` from the defaults `~/.mpide/preferences.txt` (Linux) or `~/Library/Mpide/preferences.txt` (OSX)
1411
+
Usually can be auto-detected as `AUTO_MPIDE_PREFERENCES_PATH` from the defaults `$(HOME)/.mpide/preferences.txt` (Linux) or `$(HOME)/Library/Mpide/preferences.txt` (OSX)
0 commit comments