Skip to content

0.6.5

Compare
Choose a tag to compare
@hathach hathach released this 17 Jul 17:35
· 5 commits to master since this release

Arduino

  • Add profileCount() to get the number of profiles
  • fix #66 rename errno() to errnum()
  • add setNtpServer()
  • Close #69 Write feather_dfu using C + libusb instead of using python due to version conflict/confusion
  • SoftAP
    • Add IP Address to join/leave callback. Signature changed from (const uint8_t mac[6]) --> (const uint8_t mac[6], uint32_t ipv4)
    • Add clientIP(id) to FeatherAP
  • HTTP Server
    • Add connect/disconnect callback support
    • Fix bug when device left our SoftAP without cleaning up opened sockets
    • Add clientNum() to get active client number
  • Remove Feather Lib (Debug) Section

Featherlib

  • Fix #71 incorrect sub-second ISO8601 timestamp
  • Fix ntpserver bug
  • Fix wifi disconnect to properly clean up system state