mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-10 05:04:42 +00:00
Disable web server on Picomputer (#7907)
Meshtastic no longer fits on the flash of the Picomputer. Since this is a handheld, portable device, it's unlikely that people are connecting to it via the webserver. So, disable the webserver and it fits again: ``` Checking size .pio/build/picomputer-s3-tft/firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [=== ] 32.4% (used 106056 bytes from 327680 bytes) Flash: [==========] 99.1% (used 3313913 bytes from 3342336 bytes) ``` Fixes: https://github.com/meshtastic/firmware/issues/7906
This commit is contained in:
parent
15f4aebcd5
commit
c5b95f5a4b
@ -26,6 +26,7 @@ extends = env:picomputer-s3
|
||||
|
||||
build_flags =
|
||||
${env:picomputer-s3.build_flags}
|
||||
-D MESHTASTIC_EXCLUDE_WEBSERVER=1
|
||||
-D INPUTDRIVER_MATRIX_TYPE=1
|
||||
-D USE_PIN_BUZZER=PIN_BUZZER
|
||||
-D USE_SX127x
|
||||
|
Loading…
Reference in New Issue
Block a user