mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Disable platform auto-update (temporary)
This commit is contained in:
@ -72,6 +72,8 @@ class PlatformManager(PackageManager):
|
||||
raise NotImplementedError()
|
||||
|
||||
def is_outdated(self, name, version):
|
||||
# @TODO disable auto-update temporary
|
||||
return False
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_installed_boards(self):
|
||||
|
Reference in New Issue
Block a user