Releases: remocons/iosignal-arduino
Releases · remocons/iosignal-arduino
v3.2.2
- change esp01 default pin number.
v3.2.1
- update README.
- notice to change LED_PIN ans BUTTON_PIN.
v3.2.0
v3.2.0
- change test web app url:
- update README
v3.0.4
- 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
v3.0.3
- new ESP32 example.
- fix esp8266 example folder name.
- change Uno R4 WiFi button pin.
v3.0.2
v3.0.2
- add tx rx composite examples
- fix io.begin() default host, port.
- fix readme
v3.0.1
V3.0.1
- add UNO R4 WiFi heart LED Blink example
- change example folder names
v3.0.0
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
v2.0.0
- improve internal server connection management.
- deprecate: setClient( &client )
- instead use =>
begin
( &client, "server_url", port );
- update examples.