Closed
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
I found this at
file
C:\Users\offcircuit\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.5.2\libraries\SoftwareSerial\src/SoftwareSerial.h
dowloaded from
http://arduino.esp8266.com/stable/package_esp8266com_index.json
error
In file included from sketch\Nextion.h:7:0,
from sketch\Nextion.cpp:1:
C:\Users\offcircuit\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.5.2\libraries\SoftwareSerial\src/SoftwareSerial.h:113:2: error: 'ssize_t' does not name a type
ssize_t m_swsInstsIdx = -1;
^
exit status 1
Erro ao compilar para a placa LOLIN(WEMOS) D1 R2 & mini.
Thanks,
Helder Rodrigues
Metadata
Metadata
Assignees
Labels
No labels