Refactor websocket

This commit is contained in:
Tobias Reisinger 2026-09-02 00:25:56 +02:00
commit f3d367e479
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
22 changed files with 924 additions and 773 deletions

View file

@ -1,14 +1,14 @@
build-rpi:
cross build --target arm-unknown-linux-gnueabihf
emgauwa-core.json: core.pkl
emgauwa-core.cfg.json: core.pkl
pkl eval -f json -o $@ $<
config:
$(MAKE) emgauwa-core.json
$(MAKE) emgauwa-core.cfg.json
clean:
rm -f emgauwa-core.json
rm -f emgauwa-core.cfg.*
rm -f emgauwa-core.sqlite
emgauwa-core_%: