Înstallation unter Windows 11 WSL wie hier beschrieben:
https://github.com/EdgeTX/edgetx/wiki/Setting-up-Ubuntu-20.04-in-a-Windows-Subsystem-for-Linux
Statt des normalen git checkouts, dann aber unbedingt das richtige Tag für 2.7.1 angeben:
git clone –recursive -b v2.7.1 https://github.com/EdgeTX/edgetx.git edgetx_main
und dann weiter wie gehabt.
Für meine Version habe ich DE, noheli und BT compiliert:
cmake -Wno-dev -DPCB=X10 -DPCBREV=TX16S -DBLUETOOTH=Y -DHELI=N -DTRANSLATIONS=DE -DDEFAULT_MODE=2 -DGVARS=YES -DPPM_UNIT=US -DLUA_MIXER=YES -DCMAKE_BUILD_TYPE=Release ../