Skip to content

Latest commit

 

History

History
106 lines (90 loc) · 8.19 KB

CHANGELOG.md

File metadata and controls

106 lines (90 loc) · 8.19 KB

WeIO 1.3

  • System

  • Added some missing native language support which causes issues when mounting removable devices. [#261] and [#264]

  • Changed the hotplug2 rules to try to mount devices without partition tables [#269]

  • Added a delay in flash_lpc_fw.py for compatibility with the new boards [#272]

  • API

  • Fixed a bug with the auto_to_ap switch that was not working at system boot [#172]

  • IDE

  • Remove the autosave function [#270]

  • Re-enable to delete and close files [#259]

  • Fixed a bug to not end up in the signin page during the first boot [#136]

WeIO 1.2, 2015/10/29

  • System

  • Upgraded the system to OpenWRT Chaos Calmer (15.05). WeIO is now officially supported on OpenWRT, since version 15.05 (see git commit here). Additionnal packages can now be installed via opkg from the official OpenWRT packages repository.

  • Added a way to extend the root filesystem to an SD Card (How-to)

  • Modified system Updater to follow new OTA upgrade specification: https://github.com/nodesign/weio/wiki/Updater

  • Firmware

  • The LPC Firmware can be compiled with make, and now use newlib instead of redlib. LPC firmware repository

  • Possibility to add user defined functions in the firmware (How-to)

  • API

  • New API function to call a user defined function in the LPC Firmware [#243]

  • Fixed a bug with weioSPI [#242]

  • Improved the reader loop in IoTPy [#242]

  • Possibility to change the data size in bulk mode, both in weioSmbus and weioSPI [#242]

  • Added a configuration to not fallback in AP mode when the STA network is not reachable [#248]

  • Fixed the port mapping for the powerModule [#239]

  • Examples

  • Fixed LED colors and values for bgColorLEDWEB [#252]

  • IDE

  • Fixed the size units in the stat panel [#244]

WeIO 1.1, 2015/05/16

  • IDE

  • Improved the console output [#143]

  • Improved the preview [#146]

  • Added an option to enable/disable the login requirement to access the IDE [#149]

  • Improved the way new projects are created [#156]

  • Added an auto-save function [b99325f]

  • Fixed dashboard preview on lower resolution [#166]

  • Improved the pin visualization [#166] [6651fc8]

  • Fixed a bug with duplication [#104] [#179]

  • Added support for creating / editing shell scripts [2740a52]

  • Added a logo at login screen [7472dad]

  • Examples can't be deleted anymore [#184]

  • Updated ACE editor to v1.1.9 [#183]

  • Enable file reopening from the file list [#183]

  • main.py is not required anymore on pure HTML projects [#181]

  • Added traceback on python errors [#208]

  • Corrected bug in preview display (server starts too late on a preview without prior PLAY) [#227]

  • API

    • Added a debounce time parameter for interrupts [d2a9fe2]
    • Added support for interrupts in javascript [6c310db]
    • Fixed a bug with detachInterrupt function [#158]
    • Fixed the initSerial parameters [0aedb88]
    • Improved stability of IoTPy [#148]
    • Improved the way the LPC is detected by IoTPy [#163]
    • Added support for DS18B20 sensors [#165]
    • Check for internet connectivity [#213]
    • Added support for the HC-SR04 [81c3aefa]
    • Reduced the default interrupt debounce time from 50ms to 10ms [#219]
    • Fixed the support for the rotary encoders [#220]
  • System

    • Support for bluetooth + bluez [3736872]
    • Update of NTPD timezones [#144]
    • Improved samba behavior [#149] [#164]
    • Added hotplug2 rules to symlink /dev/ttyACM0 and /dev/ttyACM1 [#163]
    • Refactoring of the update process
    • Fixed a race condition bug in tornado [415a3cc5]
    • Added nano editor [b008bb9]
    • Added additional webcam drivers [7903688]
    • Set the AP channel to automatic mode. [#230]
  • Examples

    • Fixed webCamSinglePhotoWEB example [0c18062]
    • Added twitter_PY example [#139]
    • Added interrupt_JS example [3ef5b1d]
    • Added an example for the DS18B20 temperature sensor [#165]
    • Added an example to play wave files [c786e8d]
    • Added an example to play internet radio [ed10165]
    • Added examples for bluetooth [dea3107]
    • Fixed a bug with DTHxx example [#192]
    • Added an example for the HC-SR04 [81c3aefa]
    • Added an example for the rotary encoder [3079c01]
  • Firmware

    • Improved the DHTxx support (fix for the DHT22 sensor) [#207]
    • Added the support for HC-SR04 [#209]

WeIO 1.0, 2015/02/04

  • Initial release