An environmental control system for Raspberry Pi 4+. Curious about the project? Learn more on my blog.
docker-compose up -d
docker exec influxdb influx setup \
--username admin \
--password sation_admin \
--org station_knot \
--bucket arksync_series \
--force
VS Code + Tauri + rust-analyzer.
Failed to create GBM buffer of size 800x600: Invalid argument
WebKitGTK’s DMABUF renderer can conflict with NVIDIA drivers. You can disable it by setting an environment variable:
WEBKIT_DISABLE_DMABUF_RENDERER=1 cargo tauri dev
Error 71 (Protocol error) dispatching to Wayland display.
__NV_DISABLE_EXPLICIT_SYNC=1 cargo tauri dev