delete SX126X_MAX_POWER=11

This commit is contained in:
Quency-D 2025-09-30 14:06:46 +08:00 committed by GitHub
parent 0f6131d2c8
commit 500e7920ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,6 @@ build_flags =
-I variants/esp32s3/heltec_wireless_tracker_v2
-D HELTEC_WIRELESS_TRACKER_V2
-D GPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
-D SX126X_MAX_POWER=11 ;The latter limit is the largest, and will be updated after the V4 update.
lib_deps =
${esp32s3_base.lib_deps}
lovyan03/LovyanGFX@^1.2.0