Folder esp8266com\esp8266\libraries\SoftwareSerial are empty in Windows 10.
I receive the following message in Arduino IDE:
Librer铆a inv谩lida encontrada en C:\Users\XXXXXX\Documents\Arduino\hardware\esp8266com\esp8266\libraries\SoftwareSerial: no headers files (.h) found in C:\Users\XXXXXX\Documents\Arduino\hardware\esp8266com\esp8266\libraries\SoftwareSerial
I inspect the github repository and found that the folder is called: "SoftwareSerial @ 23ae000" and isn't empty.
It's because the SoftwareSerial is git submodule see https://github.com/esp8266/Arduino/issues/3880 and https://github.com/esp8266/Arduino/issues/3596
Note: need to update git install doc
@Pablo2048 Thanks!! it's solved with:
git submodule update --init --recursive
I update:
https://github.com/lrmoreno007/ESP-Easy-Updater-for-Windows
@devyte yes, update doc is needed.
And excuse me, I did a search for this topic only in opened issues.
I also got bitten by this. Here's a pull request with a fix for the documentation: #5602.
Most helpful comment
It's because the SoftwareSerial is git submodule see https://github.com/esp8266/Arduino/issues/3880 and https://github.com/esp8266/Arduino/issues/3596