mirror of
https://github.com/opentx/opentx.git
synced 2025-07-13 03:19:53 +03:00
Allow software based volume control (#3556)
* Allow software based volume control - enable it for AR9X - rename "HARDWARE_VOLUME" defines to "MASTER_VOLUME" - adjust build-firmware.py and fwoptions.py * Software based volume control: Do it right * whitespace cleanup * software volume: cleanup/revert some leftovers of undone changes
This commit is contained in:
parent
beb21ab7db
commit
0c926e5d19
9 changed files with 16 additions and 8 deletions
|
@ -94,7 +94,6 @@ elif options[optcount] == "9xrpro":
|
|||
elif options[optcount] == "ar9x":
|
||||
command_options["PCB"] = "AR9X"
|
||||
command_options["SDCARD"] = "YES"
|
||||
command_options["HARDWARE_VOLUME"] = "NO"
|
||||
firmware_options = options_ar9x
|
||||
maxsize = 65536 * 4
|
||||
board = BOARD_SKY9X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue