forked from SamZorSec/Arilux_AL-LC0X
-
Notifications
You must be signed in to change notification settings - Fork 0
/
upload.sh
executable file
·38 lines (23 loc) · 846 Bytes
/
upload.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/bin/bash
set -e
#List mDNS devices
#platformio device list --mdns --logical | grep arduino
./generateHtmlArray.sh
# Pleades/wall
#platformio run --target upload --upload-port RGBW_001F162E.local -e LC10_OLD
# Polaris
# platformio run --target upload --upload-port RGBW_00AD44B1.local -e LC01_RGB
# front spotlight
#platformio run --target upload --upload-port RGBW_00E0DC9A.local -e H801
# Backyard wall
#platformio run --target upload --upload-port RGBW_00E0D28A.local -e H801
#./generateHtmlArray.sh
#platformio run
#platformio run --target upload -e wemos
#platformio device monitor --baud 115200
platformio run --target upload -e H801
#platformio run --target upload --upload-port 192.168.178.154 -e H801
#platformio device monitor --baud 115200
# connect serial IO
#platformio device monitor
#platformio test -e native