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