Release v1.5.0
Precautions
- When using this Arduino library, you must use the appropriate version of the flash files and firmware.
this arduino library(v1.5.0) + flash files (v1.5.0) + firmware (v1.5.0) recommended
this arduino library(v1.5.0) + flash files (v1.0.2) + firmware (v1.3.1)
Release Notes
- Revision: 1.5.0
- Date: 2018. 11. 09.
- SPPC(Serial Phpoc Procedure Call) support
- spi protocol v2 support
- new class : Sppc
- new member functions
PhpocClient : command, avaiableForWrite
PhpocServer : beginWebSocketText, beginWebSocketBinary - Phpoc
begin boot wait support (500ms)
clear smtp MSA in begin()
cache v2 support : NetCache - PhpocServer
WebSocket path table support
beginWebSocket : remove path argument default value (NULL)
new beginWebSocket argument : proto
proto setup bug fix
add 'connected' log message - PhpocClient
SSL "method client" support
new static/public flags : client.conn_flags, client.init_flags - PhpocEmail : tcp0 busy bug fix ("tcp0 ioctl close" => "tcp0 close")
- remove SSL/SSH server
- new library metadata : includes=Phpoc.h
- new boot log : product name, firmware/package version
- examples
add new comments & tutorial URL
new example URL : example.phpoc.com/asciilogo.txt
new example URL : example.phpoc.com/remote_addr
new examples : WebSerialPlotter, WebRemotePad