Skip to content

Releases: bmorcelli/Launcher

Launcher Release 2.7.1

24 May 21:18

Choose a tag to compare

Latest Changelog

  • 2.7.1:

    • Fixed Launcher auto updater process.
  • 2.7.0:

    • Improved navigation on devices with 5 buttons and keyboards; now you can navigate up and down on the main menu
    • Improved main menu for small screens (T-Dongle, StickC)
    • Custom Partition Manager "PMan" (no more hardcoded partitions on Cardputer)
    • Automatic partition maker, firmware sanity checker, and flash optimizer.
    • Ability to install more than one firmware at a time
    • Encrypted WiFi passwords within config.conf and NVS
    • Remodeled WebUI, adding the ability to edit text files and NVS fields saved in memory
    • Changed items on CFG for better understanding
    • Optimized WiFi/WebUI functions to save Flash
    • Enabled OTA for CYD-3248S035C and CYD-3248S035R
    • Port to M5-DinMeter
    • Port to Arduino Nesso N1
    • Port to Reaper Board

Launcher Release 2.7.0

24 May 18:28

Choose a tag to compare

Latest Changelog

  • 2.7.0:
    • Improved navigation on devices with 5 buttons and keyboards; now you can navigate up and down on the main menu
    • Improved main menu for small screens (T-Dongle, StickC)
    • Custom Partition Manager "PMan" (no more hardcoded partitions on Cardputer)
    • Automatic partition maker, firmware sanity checker, and flash optimizer.
    • Ability to install more than one firmware at a time
    • Encrypted WiFi passwords within config.conf and NVS
    • Remodeled WebUI, adding the ability to edit text files and NVS fields saved in memory
    • Changed items on CFG for better understanding
    • Optimized WiFi/WebUI functions to save Flash
    • Enabled OTA for CYD-3248S035C and CYD-3248S035R
    • Port to M5-DinMeter
    • Port to Arduino Nesso N1
    • Port to Reaper Board

Launcher Release 2.6.10

11 May 21:31

Choose a tag to compare

Fix StickCPlus2, Core and other 3 Button devices navigation

Launcher Release 2.6.9

11 May 16:42

Choose a tag to compare

  • 2.6.9:
    • Port to NM-CYD-C5
    • Port to 3248W535C
    • Port to Waveshare-ESP32-S3-LCD-1.47
    • Port to T-Dongle-C5 (tft)
    • Port to T-Display S3 AMOLED Plus
    • Fix issue where brightness wasnt being saved
    • Fix issue where custom "downloads" folder wasn't being used
    • Fix issue where some fimware downloads waren't working due to prohibited characters on firmware name
    • Fixed SD Card not mounting on T-Watch Ultra and adjusted UI for Rounded edges on Main menu and file listings
    • Enabled AWSD navigation for Lyligo T-LoraPager, T-Deck, T-Deck Plus and T-Deck Pro
    • Added Touch Calibration for XPT2046 driven devices (Resistive touchscreens, like: CYD, Marauder, Phantom, T-HMI), It will be prompted when no calibration data is found (First boot), or can be started on CFG > Calibrate Touch, or by sending "calibrate" over Serial.
    • Adds "OFF" Option to main screen to turn off (DeepSleep when PMIC is not available) the device.
    • Centralized Main libraries, using git submodules, so it doesn't download many copies of the same library to the .pio/libdeps/**/ folder
    • Speed up workflow, using Github cache for framwork and libs

Thanks to @richrd @konsumer @RLee203 @RockBase-iot

Launcher Release 2.6.8

07 Apr 09:45

Choose a tag to compare

  • 2.6.8:
    • Increased Gamestation Partitions sizes. #299
    • Added option to erase App Partition
    • Added option to always boot into Launcher #292
    • Added "APP" menu item to reboot into the last installed firmware
    • Enhanced NVS partition and partition schemes for UiFlow2
    • Fix M5Stack Tab5 Wifi scan and WebUI in AP mode.
    • New Device: Lilygo T-Watch-S3
    • New Device: Lilygo T-Watch-Ultra
    • New Device: Lilygo E-Paper S3 Pro H752-x

Launcher Release 2.6.7

13 Mar 10:40
9740e1c

Choose a tag to compare

  • 2.6.7:
    • Restablished Tab5 SdCard on SPI for WiFi compatibility and refactored reboot process to powercycle the SDCard, resetting the Sdcard communication bus.
    • Tab5 Now has MassStorage interface!
    • Fixed M5Stack Paper S3 USB MassStorage issue #287 and OTA will show only S3 firmwares.
    • Added App offset parameter to allow Launcher to be updated in Tab5, and firmwares that are placed at different factory/app0 addresses.
    • Set to StickC and CPlus devices to see only ESP32 firmwares on OTA, excluding ESP32-S3 (StickS3) firmwares
    • Adjusted binary of firmware binaries that are not merged to have a partition table, allowing attaching SPIFFS partition into it. This binary will be valid ONLY for Launcher, can't be flashed alone because it doesn't have a valid bootloader and partition table. #289

Launcher Release 2.6.6

02 Feb 18:45
36b1557

Choose a tag to compare

Release 2.6.6:

Launcher Release 2.6.5

13 Jan 14:01
8b1c816

Choose a tag to compare

Latest Changelog

  • 2.6.5:
    • M5-Tab5 using SDMMC driver for compatibility with other firmware
    • Added possibility to order by "Latest update"
    • Port to OpenSourceSRDLabs WaveSentry and WaveSentry Pro
    • Battery ADC measurement fix for Cardputer, Tdeck, StickCPlus2, T-Display S3, T-HMI

Launcher Release 2.6.4

24 Nov 01:48

Choose a tag to compare

  • 2.6.4:
    • Fixed CYD 3243S035R touchscreen rotation
    • Fixed Marauder V7 screen issues
    • Enhanced M5-PaperS3 display, using Sprites now for better drawing resolution
    • Fixed M5Stack Cardputer ADV keyboard not adding '*' and '('
    • Add New Partition Scheme for Cardputer Game Station, allowing 4.5Mb game ROMs

Launcher Release 2.6.3

05 Nov 06:51

Choose a tag to compare

  • 2.6.3:
    • Fixed Marauder keyboard
    • Changed from EEPROM to NVS to save configs and Wifi creds Issue 232
    • Port to M5-PaperS3
    • Fixed SelPress leaking into main menu
    • T-Embed (all) and T-LoraPager Encoder enhancement
    • WebUi session enhancement and fixes