Skip to content

v1.3.3

Compare
Choose a tag to compare
@sarfata sarfata released this 06 Jul 22:48
· 25 commits to master since this release
4eb8af3
  • Fix a bug which forced us to use program-esp to update the wifi module.
    It is now possible again to just use the following commands to update KBox:

    platform run -e host -t upload
    platformio run -e esp -t upload
    
  • Change default esp upload speed to 921600 because 2000000 does not seem well
    supported on Windows.

  • Changed the 'end of programming' detection method to more reliably detect when
    we are done programming and reboot KBox.

  • Tested the official ESP uploader on Windows and OS X. Comment out the line
    tools/platformio_cfg_esp.py in platformio.ini to use it.
    It will be a little bit slower but might work better for some people.