You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Hi guys,
finally understood how get around the issue of Intellisense apparently not reading the pins_arduino.h pinout header file (intellisense errors like LED_PINOUT undefined and the like - I had to include specifically the pinout header file in the forced includes.
You may look into this - I expeceted that, once you select the board, its pinout (in the specific case "C:\\Users\\Eddo\\Documents\\ArduinoData\\packages\\esp8266\\hardware\\esp8266\\2.7.4\\variants\\d1\\pins_Arduino.h" ) was read and applied - but maybe I got this wrong, please clarify.
It looks like even including the specific path in the includes does not work
' "C:\Users\Eddo\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\variants\d1\**"
while
The text was updated successfully, but these errors were encountered:
Hi guys,
finally understood how get around the issue of Intellisense apparently not reading the pins_arduino.h pinout header file (intellisense errors like LED_PINOUT undefined and the like - I had to include specifically the pinout header file in the forced includes.
You may look into this - I expeceted that, once you select the board, its pinout (in the specific case
"C:\\Users\\Eddo\\Documents\\ArduinoData\\packages\\esp8266\\hardware\\esp8266\\2.7.4\\variants\\d1\\pins_Arduino.h"
) was read and applied - but maybe I got this wrong, please clarify.It looks like even including the specific path in the includes does not work

' "C:\Users\Eddo\Documents\ArduinoData\packages\esp8266\hardware\esp8266\2.7.4\variants\d1\**"
while

The text was updated successfully, but these errors were encountered: