File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ func main() {
136
136
137
137
if * hasDownloadFile {
138
138
go http .ListenAndServe (":" + * networkPort , http .FileServer (http .Dir (filepath .Dir (* sketchPath ))))
139
- // find my ip if not specified
139
+ // find my IP if not specified
140
140
ip := getMyIP (net .ParseIP (* networkAddress ))
141
141
url := "http://" + ip .String () + ":" + * networkPort + "/" + filepath .Base (* sketchPath )
142
142
sketchData = bytes .NewBufferString (url )
@@ -219,7 +219,7 @@ func main() {
219
219
resp , err := httpClient .Post (httpheader + * networkAddress + ":" + * networkPort + * resetEndpoint , "" , nil )
220
220
if err != nil {
221
221
if * verbose {
222
- fmt .Println ("Failed to reset the board, please reset maually " )
222
+ fmt .Println ("Failed to reset the board, please reset manually " )
223
223
}
224
224
os .Exit (0 )
225
225
}
You can’t perform that action at this time.
0 commit comments