Arduino: Folder of SoftwareSerial are empty in Windows 10

Created on 4 Jan 2019  路  4Comments  路  Source: esp8266/Arduino

Basic Infos

  • [X ] This issue complies with the issue POLICY doc.
  • [X ] I have read the documentation at readthedocs and the issue is not addressed there.
  • [ X] I have tested that the issue is present in current master branch (aka latest git).
  • [ X] I have searched the issue tracker for a similar issue.
  • [ ] If there is a stack dump, I have decoded it.
  • [ X] I have filled out all fields below.

Platform

  • Hardware: [NodeMCU v.1]
  • Core Version: [latest git]
  • Development Env: [Arduino IDE]
  • Operating System: [Windows 10 1809]

Settings in IDE

  • Module: [Nodemcu]
  • lwip Variant: [v2 Higher Bandwidth]
  • Reset Method: [nodemcu]
  • Flash Frequency: [40Mhz]
  • CPU Frequency: [80Mhz]
  • Upload Using: [OTA]

Problem Description

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.

documentation

Most helpful comment

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SmartSouth picture SmartSouth  路  3Comments

hulkco picture hulkco  路  3Comments

gosewski picture gosewski  路  3Comments

eliabieri picture eliabieri  路  3Comments

markusschweitzer picture markusschweitzer  路  3Comments