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
Hi,
Thank you for this very nice and useful extension.
I'd like to do a debug for an ESP8266 project. What I did is to remove in Application.cpp the lines:
The problem is now I have a lot of compile errors. The first one is this located in C:\Users\me\source\repos\ArduinoProject1\packages\VirtualBoard.1.0.1\build\native\source\variants\pins_arduino.h
#error "Please edit variants/pins_arduino.h or #define existing board type"
I suppose this happens because ESP8266 is a different variant and it uses different include files. I can change the include path, but it takes some time...
So my question is: is there a simple way in VirtualBoard to change these includes based on the controller?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Thank you for this very nice and useful extension.
I'd like to do a debug for an ESP8266 project. What I did is to remove in Application.cpp the lines:
and added this one:
The problem is now I have a lot of compile errors. The first one is this located in C:\Users\me\source\repos\ArduinoProject1\packages\VirtualBoard.1.0.1\build\native\source\variants\pins_arduino.h
I suppose this happens because ESP8266 is a different variant and it uses different include files. I can change the include path, but it takes some time...
So my question is: is there a simple way in VirtualBoard to change these includes based on the controller?
Sorry for my English :)
Thank you
Beta Was this translation helpful? Give feedback.
All reactions