-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
@offcircuit
Description
Hi,
I dont know if this is a bug
SoftwareSerial.h
line 113
#ifndef ESP32
ssize_t m_swsInstsIdx = -1; <---- this should be size_t m_swsInstsIdx
#endif
Thanks,
Helder Rodrigues