Skip to content

0.3.4

Compare
Choose a tag to compare
@gilmaimon gilmaimon released this 14 Mar 17:11
· 146 commits to master since this release

Patch: changed underling tcp impl for esp8266 and esp32 to use setNoDelay(true) instead of sync communication. This makes communication faster and more relaiable than default. Thank you @ramdor for pointing out these methods.