dca85a7b6b
Used for gardena valves with 9V power supply.
6 lines
192 B
Bash
Executable file
6 lines
192 B
Bash
Executable file
#!/bin/bash
|
|
# For the ages-old bootloader (before 2014) you want to use
|
|
# BOOTLOADER_GET_MAC=0x0001f3a0 as parameter to make below.
|
|
make clean TARGET=osd-merkur-128
|
|
make TARGET=osd-merkur-128
|