This commit is contained in:
Alex Janka 2024-12-28 22:53:01 +11:00
parent 34a735deec
commit 0205b9be37
5 changed files with 0 additions and 21 deletions

0
.gitmodules vendored
View file

Binary file not shown.

View file

@ -1,2 +0,0 @@
targeting pl's target voltage
if load current > 0 or duty cycle < ~0.8 then there is power to spare

View file

@ -1,12 +0,0 @@
cabin_overheat_protection:
FanOnly
Off
On
climate_keeper_mode:
off
hvac_auto_request:
Override
On
conn_charge_cable:
<invalid>
IEC

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
(
trap 'kill 0' SIGINT
cargo watch -w "src" -x check -s 'touch .trigger' &
RUST_LOG=error,warn,info cargo watch --no-vcs-ignores -w .trigger -x "run -- --config-dir test-config watch"
)