cleanup
This commit is contained in:
parent
34a735deec
commit
0205b9be37
5 changed files with 0 additions and 21 deletions
0
.gitmodules
vendored
0
.gitmodules
vendored
Binary file not shown.
|
@ -1,2 +0,0 @@
|
||||||
targeting pl's target voltage
|
|
||||||
if load current > 0 or duty cycle < ~0.8 then there is power to spare
|
|
|
@ -1,12 +0,0 @@
|
||||||
cabin_overheat_protection:
|
|
||||||
FanOnly
|
|
||||||
Off
|
|
||||||
On
|
|
||||||
climate_keeper_mode:
|
|
||||||
off
|
|
||||||
hvac_auto_request:
|
|
||||||
Override
|
|
||||||
On
|
|
||||||
conn_charge_cable:
|
|
||||||
<invalid>
|
|
||||||
IEC
|
|
7
watch.sh
7
watch.sh
|
@ -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"
|
|
||||||
)
|
|
Loading…
Add table
Reference in a new issue