1. 02 Aug, 2024 8 commits
  2. 01 Aug, 2024 4 commits
  3. 31 Jul, 2024 6 commits
  4. 29 Jul, 2024 6 commits
  5. 22 Jul, 2024 2 commits
  6. 17 Jul, 2024 3 commits
  7. 16 Jul, 2024 6 commits
  8. 15 Jul, 2024 4 commits
  9. 11 Jul, 2024 1 commit
    • Me No Dev's avatar
      fix(nodemcu-32s): Fix Upload Speed menu on Windows (#10012) · 4b7b5d3d
      Me No Dev authored
      * 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 uppercase
      4b7b5d3d