Feature: Firmware Tool Checks / Support for ESP8266 USB Flash mode#1728
Draft
unlogisch04 wants to merge 3 commits intomainfrom
Draft
Feature: Firmware Tool Checks / Support for ESP8266 USB Flash mode#1728unlogisch04 wants to merge 3 commits intomainfrom
unlogisch04 wants to merge 3 commits intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Target is the following additions:
Todo:
Automatically detect if the Firmware supports flashmode. If yes, do not ask to set the Flash pin. This feature is mainly for ESP8266 for Officials SlimeVR Trackers. Other boards should relay on RTS/DTR signal like D1 Mini,...
OTA Add a check not to flash wrong firmware to wrong boards more likely MCU. (Currently its possible to flash a esp32 firmware to a esp8266 tracker.
The OTA Protocol seems not to have any protection against it, expect the OTA Port
Firmware Tool need to deliver the MCU for a board. (Probably with backup for older firmware with a fallback default)
Firmware Flasher tool needs to verify / show only compatible tracker with the selected firmware.
Firmware Flasher tool needs to display a warning if flashing a different board than it was before. (SlimeVR vs SlimeVR v1.2)