Renamed "enable_ssl" setting to "strict_ssl"

This commit is contained in:
Ivan Kravets
2019-07-17 00:53:40 +03:00
parent 4d6c452d79
commit b0aa4c6682
8 changed files with 16 additions and 11 deletions

View File

@ -73,8 +73,8 @@ DEFAULT_SETTINGS = {
"description": "Enable caching for API requests and Library Manager",
"value": True
},
"enable_ssl": {
"description": "Enable SSL for PlatformIO Services",
"strict_ssl": {
"description": "Strict SSL for PlatformIO Services",
"value": False
},
"enable_telemetry": {