Skip to content

Commit

Permalink
revert: remove link to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
higaski committed Apr 10, 2024
1 parent cece6c2 commit 148b58c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ if(CMAKE_BUILD_TYPE STREQUAL Release)
-DINPUT_libjpeg=no
-DINPUT_libmd4c=no)
elseif(CMAKE_SYSTEM_NAME STREQUAL Windows)
# Install Qt6 for host
# Install Qt6 for host using https://github.com/miurahr/aqtinstall
find_package(Python3 REQUIRED COMPONENTS Interpreter)
execute_process(
COMMAND
Expand Down Expand Up @@ -410,6 +410,8 @@ cpmaddpackage(
GITHUB_REPOSITORY
higaski/esp-serial-flasher
GIT_TAG
# TODO actual tag once #103 got merged
# https://github.com/espressif/esp-serial-flasher/pull/103
928dd73850c2c2cd689ecdeb854afe7b2b159622
VERSION
1.3.0
Expand Down Expand Up @@ -458,7 +460,7 @@ if(CMAKE_BUILD_TYPE STREQUAL Release)
URL
https://github.com/dejavu-fonts/dejavu-fonts/releases/download/version_2_37/dejavu-fonts-ttf-2.37.zip
VERSION
${ARG_VERSION}
2.37
DOWNLOAD_ONLY
TRUE)
add_custom_command(
Expand Down Expand Up @@ -528,7 +530,6 @@ if(CMAKE_BUILD_TYPE STREQUAL Release)
-targetDir ${TARGET_DIR} #
-verbose 3 #
-platform win_x86_64 #
-icon ${CMAKE_CURRENT_SOURCE_DIR}/data/images/icon.ico #
)
endif()

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ It currently supports the following ESP microcontrollers:
- [ESP32H2](https://www.espressif.com/en/products/socs/esp32-h2)
- [ESP32C6](https://www.espressif.com/en/products/socs/esp32-c6)

### [Latest release](https://github.com/higaski/QtESPFlasher/releases/latest)

<details>
<summary>Table of contents</summary>
<ol>
Expand All @@ -25,7 +23,7 @@ It currently supports the following ESP microcontrollers:
<li><a href="#reset-modes">Reset modes</a></li>
<li><a href="#disabling-the-stub-loader">Disabling the stub loader</a></li>
<li><a href="#trace">Trace</a></li>
<li><a href="#chip-type">Trace</a></li>
<li><a href="#chip-type">Chip type</a></li>
<li><a href="#serial-port">Serial port</a></li>
<li><a href="#baud-rate">Baud rate</a></li>
</ul>
Expand Down

0 comments on commit 148b58c

Please sign in to comment.