File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ func main() {
136136
137137 if * hasDownloadFile {
138138 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
140140 ip := getMyIP (net .ParseIP (* networkAddress ))
141141 url := "http://" + ip .String () + ":" + * networkPort + "/" + filepath .Base (* sketchPath )
142142 sketchData = bytes .NewBufferString (url )
@@ -219,7 +219,7 @@ func main() {
219219 resp , err := httpClient .Post (httpheader + * networkAddress + ":" + * networkPort + * resetEndpoint , "" , nil )
220220 if err != nil {
221221 if * verbose {
222- fmt .Println ("Failed to reset the board, please reset maually " )
222+ fmt .Println ("Failed to reset the board, please reset manually " )
223223 }
224224 os .Exit (0 )
225225 }
You can’t perform that action at this time.
0 commit comments