Commit 4b7b5d3
authored
fix(nodemcu-32s): Fix Upload Speed menu on Windows (espressif#10012)
* fix(nodemcu-32s): Fix Upload Speed menu on Windows
The board definition had 460800 as default upload speed, but that is invalid on Windows, so the menu did not show. This change puts 115200 as default, which will make the menu appear
* fix(board): Make build.board uppercase1 parent 676a62c commit 4b7b5d3
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15264 | 15264 |
| |
15265 | 15265 |
| |
15266 | 15266 |
| |
15267 |
| - | |
| 15267 | + | |
15268 | 15268 |
| |
15269 | 15269 |
| |
15270 | 15270 |
| |
| |||
15278 | 15278 |
| |
15279 | 15279 |
| |
15280 | 15280 |
| |
15281 |
| - | |
15282 |
| - | |
15283 |
| - | |
15284 | 15281 |
| |
15285 | 15282 |
| |
15286 | 15283 |
| |
| |||
15290 | 15287 |
| |
15291 | 15288 |
| |
15292 | 15289 |
| |
| 15290 | + | |
| 15291 | + | |
| 15292 | + | |
15293 | 15293 |
| |
15294 | 15294 |
| |
15295 | 15295 |
| |
|
0 commit comments