MaixPy IDE update history ## v0.2.4 (2019-8-13) * Add support for M5StickV on windows ## v0.2.3 (2019-07-18) * Add board Maixduino and M5Stick ## v0.2.2 (2019-04-30) * Add terminal support for windows ## v0.2.1 (2019-04-30) * Add board selection * Optimize connection, auto reset hardware when connect to board * Optimized for windows * Icon update ## v0.2.0 (2019-04-26) * Add script save: save script to board as `boot.py` * Add file transfer support * Add more examples link, linked to github script repo * update translation * Pack release with hilight and shortcut support ## v0.1.0 * Communicate with board with MaixPy firmware, receive picture and console output( can not send command when executing script) * Run script support * Other basic function --------------------------- # MaixPy IDE 更新历史 ## v0.2.4 (2019-08-13) * 增加在 Windows 对开发板 M5StickV 的支持 ## v0.2.3 (2019-07-18) * 增加开发板 Maixduino 和 M5Stick ## v0.2.2 (2019-04-30) * 增加在 windows 下终端操作的支持 ## v0.2.1 (2019-04-30) * 增加开发板选择选项 * 优化连接,每次连接会自动硬件复位开发板 * 为windows优化,解决部分电脑无法连接的问题 * 更新图标 ## v0.2.0 (2019-04-26) * 增加脚本保存到开发板的功能,可以将当前打开的脚本保存为开发板的`boot.py` * 增加文件传输功能,可以发送文件到开发板 * 更新翻译 * 打包支持高亮和快捷键的发布包 ## v0.1.0 * 支持与烧录了 MaixPy 的开发板通信,实时接收图片和控制台输出(不支持执行脚本的时候发送控制台命令) * 运行脚本支持 * 其它基础功能请自行发掘~~