mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-28 13:19:38 +01:00
tools: IDF Windows installer offline mode support
This commit is contained in:
committed by
Juraj Michálek
parent
67ba80f2ec
commit
70e06a46ba
@@ -29,7 +29,7 @@ begin
|
||||
Result := Result + 'Using existing ESP-IDF copy: ' + NewLine
|
||||
+ Space + IDFExistingPath + NewLine + NewLine;
|
||||
end else begin
|
||||
Result := Result + 'Will download ESP-IDF ' + IDFDownloadVersion + ' into:' + NewLine
|
||||
Result := Result + 'Will install ESP-IDF ' + IDFDownloadVersion + ' into:' + NewLine
|
||||
+ Space + IDFDownloadPath + NewLine + NewLine;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user