Get STM32 building again by disabling admin module

This commit is contained in:
Jonathan Bennett 2024-08-17 11:06:00 -05:00
parent f86dde3c40
commit 0b010b4fd8

View File

@ -285,6 +285,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MESHTASTIC_EXCLUDE_INPUTBROKER 1
#define MESHTASTIC_EXCLUDE_SERIAL 1
#define MESHTASTIC_EXCLUDE_POWERSTRESS 1
#define MESHTASTIC_EXCLUDE_ADMIN 1
#endif
// // Turn off wifi even if HW supports wifi (webserver relies on wifi and is also disabled)