mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
tools: IDF Windows installer offline mode support
This commit is contained in:

committed by
Juraj Michálek

parent
67ba80f2ec
commit
70e06a46ba
@@ -128,13 +128,10 @@ end;
|
||||
|
||||
<event('ShouldSkipPage')>
|
||||
function ShouldSkipPythonPage(PageID: Integer): Boolean;
|
||||
var
|
||||
UseEmbeddedPythonParam: String;
|
||||
begin
|
||||
if (PageID = PythonPage.ID) then begin
|
||||
{ Skip in case of embedded Python. }
|
||||
UseEmbeddedPythonParam := ExpandConstant('{param:USEEMBEDDEDPYTHON|yes}');
|
||||
if (UseEmbeddedPythonParam = 'yes') then begin
|
||||
if (UseEmbeddedPython) then begin
|
||||
ApplyPythonConfigurationByIndex(0);
|
||||
Result := True;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user