Geoffroy Arenou

Results 7 issues of Geoffroy Arenou

DisplayView : Add missing configuration bits tabs in FlightData, Config tuning, Initial Setup FlightData : Add contextMenuStripactionstab to SubMainLeft.Panel2 in case no tab is visible Make some tab public Add...

FlightData : Update Zoom level FlightPlanner : Update Zoom level Rename trackBar1 to TRK_zoom like in FlightData TRK_zoom take min from map provider TRK_zoom take now value from Map zoom...

When prefetching, do not download tile if file already exist Add minZoom input in prefetch (like maxZoom) ![image](https://github.com/ArduPilot/MissionPlanner/assets/8499666/f64dd536-e400-4f65-b4f7-a52254b05c1d) Use Parallel.For instead of For to get tiles faster ! Using original...

Add progress bar Add summary of tiles injection per zoom Load the Custom map and reload the map after injection ![image](https://github.com/ArduPilot/MissionPlanner/assets/8499666/3877c3c9-e97d-45fa-93e6-bc8f276641ea) ![image](https://github.com/ArduPilot/MissionPlanner/assets/8499666/0f15bf13-8e02-46f3-be60-7b57740117a0) ![image](https://github.com/ArduPilot/MissionPlanner/assets/8499666/fa639f7f-eb3b-401a-b41f-c633ee61f8ef)

- Add ComboBox in ConfigPlanner to choose if map is loaded from cache only, server only or cache and server (default). This setting is saved in the config.xml - Add...

Description of Change Adding variant for Waveshare ESP32-S3-Tiny board Related links Wiki For [ESP32-S3-Tiny](https://www.waveshare.com/wiki/ESP32-S3-Tiny) arduino-esp32 PR [variants/waveshare_esp32_s3_tiny](https://github.com/espressif/arduino-esp32/pull/10634)

board request

When creating a custom button based on MyButton, there is unecessary code for TextColorNotEnabled. By adding the defaut value into the base code, it's not longer generated. Remove this properties...