Added code for floaty hardware option

This commit is contained in:
Magnus Persson
2022-11-06 11:14:40 +01:00
parent 09ffcba84e
commit 29d6486743
8 changed files with 79 additions and 2 deletions

View File

@ -114,4 +114,7 @@ This is a list of C++ defines that is used to enable/disable functions in the co
- Defines the version of the compiled software
* - USE_SERIAL_PINS
- Will send the serial console to the TX/RX pins on an ESP32 target so that debugging can be done when on battery
* - REDUCE_WIFI_POWER
- Will reduce wifi power to support the ESP32C3 v1.0 which has a bad antenna
* - FLOATY
- Build for the ESP32lite FLOATY hardware option (no DS18B20 and no battery monitor)