Skip to content

ConfigurableFirmata 2.9.1

Compare
Choose a tag to compare
@soundanalogous soundanalogous released this 18 Aug 07:04
· 195 commits to master since this release

Version bump to get around Arduino Library Manager issue with v2.9.0. No changes since v2.9.0.

Changes since 2.8.2:

Note: If you have been using the WiFi functionality introduced in ConfigurableFirmata v2.8.1 and you update to ConfigurableFirmata v2.9.1 you will need to update your sketches per the changes made in ConfigurableFirmataWiFi. These changes were necessary to support the choice of TCP client or server configurations.

  • [breaking change] Refactor Wi-Fi transport to support both TCP server and TCP client connections (jnsbyr)
  • Update ConfigurableFirmataWiFi example
  • Add support for ESP8266
  • Fix issue where EthernetClientStream caused compilation error on some boards
  • Ensure IS_PIN_INTERRUPT is defined for all boards (drjrkuhn)
  • Enable optional RX buffering for firmata serial (jnsbyr)

To install:

  • If you are using Arduino version 1.6.4 or higher go to Sketch > Include Library > Manage Libraries and then search for "ConfigurableFirmata" and click on Install after tapping on the ConfigurableFirmata item in the filtered results.
  • If you are using an older version of Arduino, download or clone ConfigurableFirmata to your Arduino sketchbook library. This is typically /Documents/Arduino/libraries/ on Mac or Linux or \My Documents\Arduino\libraries\ on Windows.