Skip to content

Releases: remocons/iosignal-arduino

v3.2.2

26 May 17:49
Compare
Choose a tag to compare
  • change esp01 default pin number.

v3.2.1

26 May 16:31
Compare
Choose a tag to compare
  • update README.
  • notice to change LED_PIN ans BUTTON_PIN.

v3.2.0

25 May 17:35
Compare
Choose a tag to compare

v3.2.0

v3.1.0

10 Feb 16:02
Compare
Choose a tag to compare

v3.0.4

27 Jan 14:13
Compare
Choose a tag to compare
  • new example of IOSignal client for web browser.
  • please check browser folder.
  • Change the Arduino example: the signal message is the board name.
  • You can control the Arduino with the browser button. And vice versa.

v3.0.3

25 Jan 15:07
Compare
Choose a tag to compare

v3.0.3

  • new ESP32 example.
  • fix esp8266 example folder name.
  • change Uno R4 WiFi button pin.

v3.0.2

23 Jan 14:25
Compare
Choose a tag to compare

v3.0.2

  • add tx rx composite examples
  • fix io.begin() default host, port.
  • fix readme

v3.0.1

19 Jan 09:03
Compare
Choose a tag to compare

V3.0.1

  • add UNO R4 WiFi heart LED Blink example
  • change example folder names

v3.0.0

18 Jan 16:10
Compare
Choose a tag to compare

v3.0.0

major change

  • io.update() changed to void io.loop()
  • Separated remocon.kr app integration example into 'remocon'
  • Simplified examples

korean

  • io.update() 가 void io.loop()로 변경됨
  • remocon.kr app 연동 예제가 'remocon' 으로 분리됨
  • 예제를 단순화함

v2.0.0

10 Jan 16:39
Compare
Choose a tag to compare

v2.0.0

  • improve internal server connection management.
  • deprecate: setClient( &client )
  • instead use => begin( &client, "server_url", port );
  • update examples.