We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4171de2 commit a50a485Copy full SHA for a50a485
tools/parse_arduino.pl
@@ -55,6 +55,8 @@ sub multi_com {
55
$vars{'build.vtable_flags'} = '$(VTABLE_FLAGS)';
56
$vars{'build.source.path'} = '$(dir $(SKETCH))';
57
$vars{'build.variant.path'} = '$(ESP_ROOT)/variants/' . $board;
58
+$vars{'runtime.os'} = '$(OS)';
59
+$vars{'build.fqbn'} = 'generic';
60
61
# Parse the files and define the corresponding variables
62
my $board_defined;
0 commit comments