roboremo/ESP8266-WiFi-UART-Bridge

incorrect data type size

VitalyL opened this issue · 2 comments

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.