Skip to content

Commit

Permalink
Fix binary output name for ESP32 family
Browse files Browse the repository at this point in the history
  • Loading branch information
rechrtb committed Jan 24, 2023
1 parent bba6745 commit 59885c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if(IDF_TARGET STREQUAL "esp8266")
else()
string(REPLACE "esp" "" chip "${IDF_TARGET}")
string(TOUPPER "${chip}" chip)
set(bin "DuetWiFiModule_${chip}.bin")
set(bin "DuetWiFiServer_${chip}.bin")
endif()

add_custom_target(image ALL DEPENDS app bootloader
Expand Down

0 comments on commit 59885c9

Please sign in to comment.