mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-14 17:35:22 +01:00
feat: uploadfs
This commit is contained in:
13
Makefile
13
Makefile
@@ -1,13 +1,16 @@
|
|||||||
PIO ?= /home/gitpod/.platformio/penv/bin/platformio
|
PIO ?= platformio
|
||||||
|
|
||||||
|
flash: upload uploadfs
|
||||||
|
|
||||||
install:
|
install:
|
||||||
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
||||||
|
|
||||||
init:
|
init:
|
||||||
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/master/scripts/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules
|
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/master/scripts/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules
|
||||||
sudo udevadm control --reload-rules
|
sudo udevadm control --reload-rules
|
||||||
sudo udevadm trigger
|
sudo udevadm trigger
|
||||||
build:
|
build:
|
||||||
$(PIO) run -e build
|
$(PIO) run -e build
|
||||||
|
upload:
|
||||||
flash:
|
$(PIO) run -e build -t upload
|
||||||
$(PIO) run -e build -t upload
|
uploadfs:
|
||||||
|
$(PIO) run -e build -t uploadfs
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"stationMode": 1,
|
"stationMode": 0,
|
||||||
"hostname": "illucat",
|
"hostname": "illucat",
|
||||||
"apSSID": "illucat",
|
"apSSID": "illucat",
|
||||||
"apPassword": "gabageclot",
|
"apPassword": "illumination",
|
||||||
"connectTimeout": 15000,
|
"connectTimeout": 15000,
|
||||||
"stationSSID": "name-vo-dim-home-wifi",
|
"stationSSID": "dis-wifi",
|
||||||
"stationPassword": "dis-home-wifi-passwort"
|
"stationPassword": "dis-wifi-passwort"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user