forked from platformio/platformio-core
Introduce platform names
This commit is contained in:
@@ -49,3 +49,6 @@ class Ststm32Platform(BasePlatform):
|
||||
"default": True
|
||||
}
|
||||
}
|
||||
|
||||
def get_name(self):
|
||||
return "ST STM32"
|
||||
|
||||
Reference in New Issue
Block a user