ESP8266-WiFi-UART-Bridge
ESP8266-WiFi-UART-Bridge copied to clipboard
incorrect data type size
In sketch_esp_WiFi_UART_Bridge.ino (ver 1.0 & 1.1) variables "i1", "i2" have a byte size. You should change the size to two bytes.
Круто.
А под ESP32 будет?
In sketch_esp_WiFi_UART_Bridge.ino (ver 1.0 & 1.1) variables "i1", "i2" have a byte size. You should change the size to two bytes.
Thank you! Fixed today.