Geoffroy Arenou
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)  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   
- 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)
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...