Skip to content

Commit a50a485

Browse files
committed
Fix for latest esp32 Arduino
1 parent 4171de2 commit a50a485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tools/parse_arduino.pl

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ sub multi_com {
5555
$vars{'build.vtable_flags'} = '$(VTABLE_FLAGS)';
5656
$vars{'build.source.path'} = '$(dir $(SKETCH))';
5757
$vars{'build.variant.path'} = '$(ESP_ROOT)/variants/' . $board;
58+
$vars{'runtime.os'} = '$(OS)';
59+
$vars{'build.fqbn'} = 'generic';
5860

5961
# Parse the files and define the corresponding variables
6062
my $board_defined;

0 commit comments

Comments
 (0)