Skip to content

Commit

Permalink
Move examples into subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
a7md0 committed Aug 2, 2019
1 parent 6bbeec0 commit ebe77b0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ cache:
- "~/.platformio"

env:
- PLATFORMIO_CI_SRC=examples/ESP32.ino PLATFORMIO_CI_EXTRA_ARGS="--board=esp32dev"
- PLATFORMIO_CI_SRC=examples/ESP8266.ino PLATFORMIO_CI_EXTRA_ARGS="--board=nodemcuv2"
- PLATFORMIO_CI_SRC=examples/WakeOnLan-ESP32/WakeOnLan-ESP32.ino PLATFORMIO_CI_EXTRA_ARGS="--board=esp32dev"
- PLATFORMIO_CI_SRC=examples/WakeOnLan-ESP8266/WakeOnLan-ESP8266.ino PLATFORMIO_CI_EXTRA_ARGS="--board=nodemcuv2"

install:
- pip install -U platformio
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"maintainer": true
}
],
"version": "1.1.5",
"version": "1.1.6",
"frameworks": "arduino",
"platforms": "espressif32,espressif8266"
"platforms": "espressif32, espressif8266"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WakeOnLan
version=1.1.5
version=1.1.6
author=a7md0 <[email protected]>
maintainer=a7md0 <[email protected]>
sentence=Generate and send Wake On Lan (WOL) packet over UDP protocol.
Expand Down

0 comments on commit ebe77b0

Please sign in to comment.