Skip to content

Commit

Permalink
chore: bump to latest 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Aug 2, 2024
1 parent 634fb0b commit e2089ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgetx
Submodule edgetx updated 67 files
+3 −2 .github/workflows/actions.yml
+2 −2 .github/workflows/nightly.yml
+16 −0 companion/src/companion.qrc
+16 −3 companion/src/firmwares/boards.cpp
+15 −1 companion/src/firmwares/boards.h
+21 −0 companion/src/firmwares/opentx/opentxinterface.cpp
+ companion/src/images/simulator/JumperT12max/bottom.png
+ companion/src/images/simulator/JumperT12max/exit.png
+ companion/src/images/simulator/JumperT12max/left.png
+ companion/src/images/simulator/JumperT12max/menu.png
+ companion/src/images/simulator/JumperT12max/page.png
+ companion/src/images/simulator/JumperT12max/right-ent.png
+ companion/src/images/simulator/JumperT12max/right.png
+ companion/src/images/simulator/JumperT12max/top.png
+ companion/src/images/simulator/JumperTPROS/bottom.png
+ companion/src/images/simulator/JumperTPROS/exit.png
+ companion/src/images/simulator/JumperTPROS/left.png
+ companion/src/images/simulator/JumperTPROS/menu.png
+ companion/src/images/simulator/JumperTPROS/page.png
+ companion/src/images/simulator/JumperTPROS/right-ent.png
+ companion/src/images/simulator/JumperTPROS/right.png
+ companion/src/images/simulator/JumperTPROS/top.png
+2 −2 companion/src/logsdialog.cpp
+2 −0 companion/src/simulation/CMakeLists.txt
+26 −0 companion/src/simulation/simulateduiwidget.h
+54 −0 companion/src/simulation/simulateduiwidgetJumperT12max.cpp
+211 −0 companion/src/simulation/simulateduiwidgetJumperT12max.ui
+57 −0 companion/src/simulation/simulateduiwidgetJumperTPROS.cpp
+211 −0 companion/src/simulation/simulateduiwidgetJumperTPROS.ui
+6 −0 companion/src/simulation/simulatorwidget.cpp
+5 −3 fw.json
+1 −8 radio/src/MultiProtoDefs.h
+9 −0 radio/src/bluetooth.cpp
+1 −3 radio/src/datastructs.h
+12 −5 radio/src/gui/128x64/model_setup.cpp
+5 −5 radio/src/gui/212x64/model_setup.cpp
+5 −4 radio/src/gui/colorlcd/curveedit.cpp
+0 −4 radio/src/hal/module_port.cpp
+1 −1 radio/src/hal/rotary_encoder.h
+0 −1 radio/src/hal/serial_driver.h
+1 −1 radio/src/lua/api_general.cpp
+1 −1 radio/src/opentx.cpp
+1 −1 radio/src/pulses/multi.cpp
+1 −1 radio/src/simu.cpp
+0 −2 radio/src/targets/common/arm/CMakeLists.txt
+16 −3 radio/src/targets/common/arm/stm32/bluetooth_driver.cpp
+4 −1 radio/src/targets/common/arm/stm32/bootloader/bin_files.h
+65 −64 radio/src/targets/common/arm/stm32/stm32_usart_driver.cpp
+4 −0 radio/src/targets/horus/hal.h
+1 −1 radio/src/targets/nv14/CMakeLists.txt
+26 −3 radio/src/targets/taranis/CMakeLists.txt
+8 −6 radio/src/targets/taranis/board.h
+4 −0 radio/src/targets/taranis/bootloader/boot_menu.cpp
+135 −31 radio/src/targets/taranis/hal.h
+1 −1 radio/src/targets/taranis/lcd_driver_spi.cpp
+8 −0 radio/src/targets/taranis/usb_descriptor.h
+41 −2 radio/src/telemetry/spektrum.cpp
+10 −20 radio/src/telemetry/telemetry.cpp
+26 −10 radio/util/hw_defs/legacy_names.py
+8 −0 radio/util/hw_defs/pot_config.py
+20 −0 radio/util/hw_defs/switch_config.py
+8 −2 tools/build-companion.sh
+6 −0 tools/build-gh.sh
+3 −0 tools/commit-tests.sh
+7 −1 tools/generate-hw-defs.sh
+3 −0 tools/generate-yaml.sh
+4 −1 tools/msys2_fetch_and_build_all.sh

0 comments on commit e2089ee

Please sign in to comment.