Disable internet requirement check in welcome module
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
/*.zip
|
/*.zip
|
||||||
/pkg/
|
/pkg/
|
||||||
/src/
|
/src/
|
||||||
|
IFLOW.md
|
||||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"idf.pythonInstallPath": "/opt/homebrew/bin/python3"
|
||||||
|
}
|
||||||
@@ -124,10 +124,10 @@ GeneralRequirements::checkRequirements()
|
|||||||
hasPower = checkHasPower();
|
hasPower = checkHasPower();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( m_entriesToCheck.contains( "internet" ) )
|
// if ( m_entriesToCheck.contains( "internet" ) )
|
||||||
{
|
// {
|
||||||
hasInternet = checkHasInternet();
|
// hasInternet = checkHasInternet();
|
||||||
}
|
// }
|
||||||
|
|
||||||
if ( m_entriesToCheck.contains( "root" ) )
|
if ( m_entriesToCheck.contains( "root" ) )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user