ESP8266-WiFi-UART-Bridge icon indicating copy to clipboard operation
ESP8266-WiFi-UART-Bridge copied to clipboard

incorrect data type size

Open VitalyL opened this issue 6 years ago • 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.

VitalyL avatar Apr 13 '18 07:04 VitalyL

Круто.

А под ESP32 будет?

techn0man1ac avatar May 13 '18 09:05 techn0man1ac

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.

roboremo avatar Apr 10 '20 08:04 roboremo