This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Reset Z-Stick: https://aeotec.freshdesk.com/support/solutions/articles/6000121947-how-to-manually-factory-reset-z-stick-gen5- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apk add git make g++ coreutils linux-headers eudev-dev | |
| mdkir github | |
| cd github | |
| git clone https://github.com/OpenZWave/open-zwave.git --depth 1 | |
| cd open-zwave | |
| make #-j6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/sbin/openrc-run | |
| INSTANCE_NAME="${SVCNAME#*.}" | |
| DOCKER_COMPOSE_BINARY="/usr/bin/docker-compose" | |
| DOCKER_COMPOSE_CONFIG_FILE="/etc/docker/compose/${INSTANCE_NAME}.yaml" | |
| description="Runs docker-compose instances." | |
| dirname="$(dirname "$(realpath "${DOCKER_COMPOSE_CONFIG_FILE}")")" | |
| basename="$(basename "$(realpath "${DOCKER_COMPOSE_CONFIG_FILE}")")" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [02/25/17 11:49:56] Processing client (platform: atmelsam, build_flags: -DSERVER=0, upload_port: /dev/ttyACM0, board: adafruit_feather_m0_usb, framework: arduino) | |
| Collected 7 compatible libraries | |
| Looking for dependencies... | |
| Library Dependency Graph | |
| |-- <RadioHead> (C:\Users\windo\Documents\GitHub\LightSwarm\lib\RadioHead) | |
| | |-- <SPI> v1.0 (C:\Users\windo\.platformio\packages\framework-arduinosam\libraries\__cores__\adafruit\SPI) | |
| |-- <FastLED> v3.1.5 (C:\Users\windo\Documents\GitHub\LightSwarm\lib\FastLED) | |
| arm-none-eabi-g++ -o .pioenvs\client\src\main.o -c -fno-rtti -fno-exceptions -std=gnu++11 -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -Wall -mthumb -mcpu=cortex-m0plus -nostdlib --param max-inline-insns-single=500 -DF_CPU=48000000L -DUSBCON -DPLATFORMIO=30300 -D__SAMD21G18A__ -DARDUINO_ARCH_SAMD -DARDUINO_SAMD_FEATHER_M0 -DSERVER=0 -DARDUINO=10611 -DUSB_VID=0x239A -DUSB_PID=0x800B "-DUSB_PRODUCT=\"Adafruit Feather M0\"" -DUSB_MANUFACTURER=\"Adafruit\" -IC:\Users\windo\.platformio\pa |