Skip to content

Folder of SoftwareSerial are empty in Windows 10 #5583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task
lrmoreno007 opened this issue Jan 4, 2019 · 4 comments
Closed
1 task

Folder of SoftwareSerial are empty in Windows 10 #5583

lrmoreno007 opened this issue Jan 4, 2019 · 4 comments
Assignees
Milestone

Comments

@lrmoreno007
Copy link
Contributor

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.

@Pablo2048
Copy link

It's because the SoftwareSerial is git submodule see #3880 and #3596

@devyte
Copy link
Collaborator

devyte commented Jan 4, 2019

Note: need to update git install doc

@lrmoreno007
Copy link
Contributor Author

lrmoreno007 commented Jan 4, 2019

@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.

@phrxmd
Copy link
Contributor

phrxmd commented Jan 8, 2019

I also got bitten by this. Here's a pull request with a fix for the documentation: #5602.

devyte added a commit to phrxmd/Arduino that referenced this issue Jan 18, 2019
Replaces and based on esp8266#5602
Fixes esp8266#5583
@devyte devyte closed this as completed in 324eb56 Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants