File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,14 @@ It's suggested to migrate all your projects to using this fork as the original m
44
44
</Tabs.Tab >
45
45
</Tabs >
46
46
47
- ## Platforms
47
+ <br />
48
+
49
+ ## Install ESP-DASH
48
50
49
51
<Tabs items = { [' Arduino IDE' , ' PlatformIO' ]} >
50
52
<Tabs.Tab >
53
+ You can install ESP-DASH in the following ways in Arduino IDE.
54
+
51
55
#### Library Manager
52
56
53
57
Go to Sketch > Include Library > Library Manager > Search for "ESP-DASH" > Install
@@ -70,6 +74,8 @@ It's suggested to migrate all your projects to using this fork as the original m
70
74
2 . Go to ` Sketch > Include Library > Add .zip Library > Select the Downloaded .zip File. `
71
75
</Tabs.Tab >
72
76
<Tabs.Tab >
77
+ You can install ESP-DASH in the following ways in PlatformIO.
78
+
73
79
<Callout type = " info" >
74
80
<b >Required Changes in platformio.ini</b >
75
81
You can’t perform that action at this time.
0 commit comments