Skip to content

Commit

Permalink
Tweak target pins, and reduce LED flash time
Browse files Browse the repository at this point in the history
  • Loading branch information
wvarty committed Aug 7, 2024
1 parent ff7506f commit fc4a9d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hardware/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
"name": "MFD Crossbow Antenna Tracker Backpack",
"vrx": {
"esp82": {
"product_name": "Generic ESP8285 Receiver",
"product_name": "Generic ESP8285 / ESP8266 Receiver",
"firmware": "MFD_Crossbow_ESP8285_Backpack",
"upload_methods": ["uart", "wifi"],
"platform": "esp8285"
Expand Down
2 changes: 1 addition & 1 deletion lib/LED/devLED.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static int event()
if (connectionState == running && blipLED)
{
digitalWrite(PIN_LED, LOW ^ _pin_inverted);
return 200; // 200ms off
return 50; // 50ms off
}
if (connectionState == binding)
{
Expand Down
2 changes: 0 additions & 2 deletions targets/mfd_crossbow.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ build_flags =
${env_common_esp32c3.build_flags}
${mfd_crossbow_backpack_common.build_flags}
-D PIN_BUTTON=0
-D PIN_LED=16

[env:MFD_Crossbow_ESP32C3_Backpack_via_WIFI]
extends = env:MFD_Crossbow_ESP32C3_Backpack_via_UART
Expand All @@ -41,7 +40,6 @@ build_flags =
${env_common_esp32s3.build_flags}
${mfd_crossbow_backpack_common.build_flags}
-D PIN_BUTTON=0
-D PIN_LED=16

[env:MFD_Crossbow_ESP32S3_Backpack_via_WIFI]
extends = env:MFD_Crossbow_ESP32S3_Backpack_via_UART

0 comments on commit fc4a9d3

Please sign in to comment.