-
-
Notifications
You must be signed in to change notification settings - Fork 469
Open
Labels
topic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Servertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the bug
The function readBytes()
has a wiggly line under it and in the tooltip there is an error:
No matching member function for call to 'readBytes'
The code compiles without warnings despite the alleged error.
To Reproduce
Steps to reproduce the behavior:
- Open this example from the official ESP32 Arduino core
- Look in line 75
Actual behavior
There is a wiggly line under stream->readBytes
:
Expected behavior
No wiggly line.
Desktop (please complete the following information):
- OS: Windows
- Version: 2.0.0-beta.12
Metadata
Metadata
Assignees
Labels
topic: language serverRelated to the Arduino Language ServerRelated to the Arduino Language Servertype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project