Skip to content

Commit a05b810

Browse files
committed
Drop "stage" suffix from dev/platform name
1 parent 9628ad3 commit a05b810

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "espressif8266_stage",
2+
"name": "espressif8266",
33
"title": "Espressif 8266 (Stage)",
44
"description": "Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.",
55
"url": "https://espressif.com/",
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/platformio/platform-espressif8266.git"
1414
},
15-
"version": "1.5.0-alpha.3",
15+
"version": "1.5.0-alpha.4",
1616
"packageRepositories": [
1717
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
1818
"http://dl.platformio.org/packages/manifest.json",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from platformio.managers.platform import PlatformBase
1616

1717

18-
class Espressif8266_stagePlatform(PlatformBase):
18+
class Espressif8266Platform(PlatformBase):
1919

2020
def configure_default_packages(self, variables, targets):
2121
if not variables.get("pioframework"):

0 commit comments

Comments
 (0)