Skip to content

Commit

Permalink
Fix minor error after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pkendall64 committed Feb 24, 2024
1 parent 215efdf commit 852f5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches-ignore:
- master
branches:
- *

jobs:
validate:
Expand Down
2 changes: 1 addition & 1 deletion targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
"upload_methods": ["uart", "wifi"],
"min_version": "3.0.0",
"platform": "esp8285",
"firmware": "Unified_ESP8285_900_TX",
"firmware": "Unified_ESP8285_900_TX"
}
},
"rx_900": {
Expand Down

0 comments on commit 852f5af

Please sign in to comment.