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:
|
||||
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
||||
|
||||
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
|
||||
sudo udevadm control --reload-rules
|
||||
sudo udevadm trigger
|
||||
build:
|
||||
$(PIO) run -e build
|
||||
|
||||
flash:
|
||||
$(PIO) run -e build -t upload
|
||||
upload:
|
||||
$(PIO) run -e build -t upload
|
||||
uploadfs:
|
||||
$(PIO) run -e build -t uploadfs
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"stationMode": 1,
|
||||
"stationMode": 0,
|
||||
"hostname": "illucat",
|
||||
"apSSID": "illucat",
|
||||
"apPassword": "gabageclot",
|
||||
"apPassword": "illumination",
|
||||
"connectTimeout": 15000,
|
||||
"stationSSID": "name-vo-dim-home-wifi",
|
||||
"stationPassword": "dis-home-wifi-passwort"
|
||||
}
|
||||
"stationSSID": "dis-wifi",
|
||||
"stationPassword": "dis-wifi-passwort"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user