From b53bfb558807742361dd693edfb2553a1a4e1d86 Mon Sep 17 00:00:00 2001 From: Daniel Brunner Date: Tue, 27 Oct 2020 11:39:21 +0100 Subject: [PATCH] Created Features (markdown) --- Features.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Features.md diff --git a/Features.md b/Features.md new file mode 100644 index 0000000..3571ab4 --- /dev/null +++ b/Features.md @@ -0,0 +1,16 @@ +Available features are enabled per environment in platformio.ini + +Some features don't make sense in most configs, as it depends on custom hardware. + +For example feedc0de only has a bluetooth BMS, therefore only feedc0de_usb and feedc0de_ota compile in the bluetooth BMS code. + +Some ESP32 are 4MB and don't have enough space for dualboot ota partitions, that's why we don't compile OTA code in then. + +# Mosfets +Adds the "Mosfets" menu to the main menu, shows checkboxes for 3 mosfets on peters_platine, can be used to turn on lights or sirens. +``` + -DFEATURE_MOSFETS + -DPINS_MOSFET0=18 + -DPINS_MOSFET1=19 + -DPINS_MOSFET2=21 +``` \ No newline at end of file