Use BPX batt dummy #909

Merged
muellerr merged 2 commits from em-update-bpx-dummy into main 2025-02-07 14:48:41 +01:00
Owner
No description provided.
muellerr added 1 commit 2025-02-06 13:08:09 +01:00
muellerr added 1 commit 2025-02-06 13:27:52 +01:00
muellerr force-pushed em-update-bpx-dummy from c5216dd71f to a9204fb042 2025-02-06 14:31:38 +01:00 Compare
muellerr requested review from meggert 2025-02-06 14:32:25 +01:00
muellerr changed title from WIP: Add Battery Dummy to Use BPX batt dummy 2025-02-06 14:32:33 +01:00
meggert approved these changes 2025-02-06 15:17:25 +01:00
@ -0,0 +39,4 @@
PoolEntry<uint16_t> chargeCurrent = PoolEntry<uint16_t>({0});
PoolEntry<uint16_t> dischargeCurrent = PoolEntry<uint16_t>({0});
PoolEntry<uint16_t> heaterCurrent = PoolEntry<uint16_t>({0});
PoolEntry<uint16_t> battVolt = PoolEntry<uint16_t>({0});
Owner

change this to 16000 [mV] so that the PWR ctrl doesnt go crazy instantly

change this to 16000 [mV] so that the PWR ctrl doesnt go crazy instantly
Author
Owner

done

done
@ -30,3 +30,3 @@
fi
cpp_format="clang-format"
cpp_format="clang-format-19"
Owner

thanks for all the changes due to this little fucker ❤️

thanks for all the changes due to this little fucker ❤️
muellerr added 1 commit 2025-02-07 14:48:13 +01:00
muellerr added this to the vNext milestone 2025-02-07 14:48:33 +01:00
muellerr merged commit b223a363ca into main 2025-02-07 14:48:41 +01:00
muellerr deleted branch em-update-bpx-dummy 2025-02-07 14:48:42 +01:00
Sign in to join this conversation.
No description provided.