Skip to content

Commit 4562c03

Browse files
committed
Fix for latest esp8266 Arduino
1 parent a50a485 commit 4562c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: tools/parse_arduino.pl

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ sub multi_com {
5757
$vars{'build.variant.path'} = '$(ESP_ROOT)/variants/' . $board;
5858
$vars{'runtime.os'} = '$(OS)';
5959
$vars{'build.fqbn'} = 'generic';
60+
$vars{'_id'} = $board;
6061

6162
# Parse the files and define the corresponding variables
6263
my $board_defined;

0 commit comments

Comments
 (0)