mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-01 19:35:42 +00:00
Fix install script (#7259)
This partially reverse 2ab717c
(#7143), fixing the install script. It looks like a bad/missed copy/paste.
This commit is contained in:
parent
415dc4aa47
commit
e1f40c2db9
@ -7,12 +7,7 @@ MCU=""
|
|||||||
|
|
||||||
# Variant groups
|
# Variant groups
|
||||||
BIGDB_8MB=(
|
BIGDB_8MB=(
|
||||||
# Check if FILENAME contains "-tft-" and set target partitionScheme accordingly.
|
"picomputer-s3"
|
||||||
if [[ $FILENAME == *"-tft-"* ]]; then
|
|
||||||
TFT_BUILD=true
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Extract BASENAME from %FILENAME% for later use.r-s3"
|
|
||||||
"unphone"
|
"unphone"
|
||||||
"seeed-sensecap-indicator"
|
"seeed-sensecap-indicator"
|
||||||
"crowpanel-esp32s3"
|
"crowpanel-esp32s3"
|
||||||
|
Loading…
Reference in New Issue
Block a user