Browse Source

Add new boards to build script

fastled
Xose Pérez 7 years ago
parent
commit
758e32d1a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/build-all

+ 1
- 1
code/build-all View File

@ -1,7 +1,7 @@
#!/bin/bash
# Environments to build
ENVIRONMENTS="sonoff-debug sonoff-dht22-debug sonoff-ds18b20-debug sonoff-pow-debug sonoff-dual-debug sonoff-4ch-debug electrodragon-debug ecoplug-debug"
ENVIRONMENTS="sonoff-debug sonoff-dht22-debug sonoff-ds18b20-debug sonoff-pow-debug sonoff-dual-debug sonoff-4ch-debug 1ch-inching-debug electrodragon-debug ecoplug-debug jangoe-debug"
# Get current version
version=`cat espurna/config/version.h | grep APP_VERSION | awk '{print $3}' | sed 's/"//g'`


Loading…
Cancel
Save