Skip to content

Releases: Seeed-Studio/Seeed_Arduino_rpcUnified

v2.1.4

21 Feb 03:48
b17f108

Choose a tag to compare

  • Fix for debugging
  • Prepare for unit test
  • Remove unittest define
  • Clean up the code
  • Update erpc_arduino_uart_transport.cpp

v2.1.3

22 Mar 02:50
cf612d4

Choose a tag to compare

  • Fix broken email in library.properties to solve the sync issue with platformIO

v2.1.2

19 Mar 15:25

Choose a tag to compare

  1. Optimized the stability of connection with 8720
  2. Add the ping function
  3. the baud rate changed 614400 <- 1843200

v2.1.1

29 Dec 10:07
f8935b8

Choose a tag to compare

  • Optimize the delay and increase the transmission rate.
  • Add pbuf function to realize asynchronous TCP operation (Note: This version is not recommended for use in situations where a long time stable operation is required)
  • Some of the part memory leak bug has been fixed.
  • Updated library.properties to v2.1.1

Refer to https://github.com/Seeed-Studio/seeed-ambd-firmware/releases/tag/v2.0.4

Release v2.1.0

29 Dec 07:20

Choose a tag to compare

  1. Optimize the delay and increase the transmission rate.
  2. Add pbuf function to realize asynchronous TCP operation (Note: This version is not recommended for use in situations where a long time stable operation is required)
  3. Some of the part memory leak bug has been fixed.

v2.0.2

16 Dec 05:47

Choose a tag to compare

v2.0.1

01 Dec 14:19

Choose a tag to compare

  • add mdns module
  • fix mdns module's memory leak problem

v2.0.0

01 Dec 12:40

Choose a tag to compare

  • Upgrade framework to support both Bluetooth and WiFi
  • Add wifi_get_reconnet_data
  • Fixed wifi_set_pscan_chan error
  • Add wifi scan related apis
  • Fix mdns module's memory leak problem