Skip to content

Commit

Permalink
feat: add DISABLE_MCUCHECK flag
Browse files Browse the repository at this point in the history
Add support for EdgeTX/edgetx#4988
  • Loading branch information
pfeerick authored May 11, 2024
1 parent 057bc64 commit 6a9d366
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
"YES",
"CHOICE"
]
},
"disable_mcucheck": {
"build_flag": "DISABLE_MCUCHECK",
"values": [
"YES",
"NO"
]
}
},
"tags": {
Expand Down

0 comments on commit 6a9d366

Please sign in to comment.