-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mega' into feature/Core-extend-custom-task-settings
- Loading branch information
Showing
47 changed files
with
1,075 additions
and
491 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Binary file not shown.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file renamed
BIN
+812 KB
...ool_3.9.3/doc/Flash_Download_Tool__cn.pdf → ...ool_3.9.5/doc/Flash_Download_Tool__cn.pdf
Binary file not shown.
Binary file renamed
BIN
+768 KB
...ool_3.9.3/doc/Flash_Download_Tool__en.pdf → ...ool_3.9.5/doc/Flash_Download_Tool__en.pdf
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
3.9.5: | ||
* support esp32-h2 | ||
* support erase button disable | ||
* fix some bugs | ||
|
||
3.9.4: | ||
* support esp32-c6 | ||
* support esp32-c3/esp32-s3 flash encrytion | ||
* add xmc flash fix | ||
* support dut count in factory mode | ||
|
||
3.9.3: | ||
* support esp32-c2 | ||
* update finish UI show | ||
|
||
3.9.2: | ||
* fix configure file error | ||
* update autostart process |
Binary file renamed
BIN
+15.6 MB
..._tool_3.9.3/flash_download_tool_3.9.3.exe → ..._tool_3.9.5/flash_download_tool_3.9.5.exe
Binary file not shown.
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. csv-table:: | ||
:header: "Command", "Extra information" | ||
:widths: 20, 30 | ||
|
||
" | ||
``oledcmd,off`` | ||
"," | ||
Turn the display off. | ||
" | ||
" | ||
``oledcmd,on`` | ||
"," | ||
Turn the display on. | ||
" | ||
" | ||
``oledcmd,clear`` | ||
"," | ||
Remove all content from the screen. | ||
" | ||
" | ||
``oled,<line>,<column>,<content>`` | ||
|
||
``<line>``: The line to place the content on, range: 1..8. | ||
|
||
``<column>``: The column to start writing the content. The number of characters that can be displayed can vary, depending on the ``Font Width`` setting. | ||
|
||
``<content>``: The text content to place on the display. Can include system variables, taskvalue references, etc. | ||
"," | ||
Write a line of text on the display, at the given position. | ||
" |
Oops, something went wrong.