Skip to content

Commit

Permalink
limit upload_speed to 115200 for TLORA_V2_1_16
Browse files Browse the repository at this point in the history
  • Loading branch information
thoherr authored and caveman99 committed Feb 25, 2024
1 parent 40ba55e commit 1fd20ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion variants/tlora_v2_1_16/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ extends = esp32_base
board = ttgo-lora32-v21
build_flags =
${esp32_base.build_flags} -D TLORA_V2_1_16 -I variants/tlora_v2_1_16
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
upload_speed = 115200

0 comments on commit 1fd20ab

Please sign in to comment.