@@ -407,11 +407,11 @@ public static Collection boards() {
407
407
{ "package_sparkfun_index.json" , "SparkFun" , "SparkFun AVR Boards" , "atmega128rfa1" , "" }, //
408
408
409
409
// Teensy
410
- { "local" , Shared .teensyBoards_txt , "" , "teensy31" , "usb=serial\n speed=96\n keys=en-us" }, //
411
- { "local" , Shared .teensyBoards_txt , "" , "teensy30" , "usb=serial\n speed=96\n keys=en-us" }, //
412
- { "local" , Shared .teensyBoards_txt , "" , "teensyLC" , "usb=serial\n l\n speed=48\n keys=en-us" }, //
413
- { "local" , Shared .teensyBoards_txt , "" , "teensypp2" , "usb=serial\n speed=16\n keys=en-us" }, //
414
- { "local" , Shared .teensyBoards_txt , "" , "teensy2" , "usb=serial\n speed=16\n keys=en-us" }, //
410
+ { "local" , Shared .getTeensyBoard_txt () , "" , "teensy31" , "usb=serial\n speed=96\n keys=en-us" }, //
411
+ { "local" , Shared .getTeensyBoard_txt () , "" , "teensy30" , "usb=serial\n speed=96\n keys=en-us" }, //
412
+ { "local" , Shared .getTeensyBoard_txt () , "" , "teensyLC" , "usb=serial\n l\n speed=48\n keys=en-us" }, //
413
+ { "local" , Shared .getTeensyBoard_txt () , "" , "teensypp2" , "usb=serial\n speed=16\n keys=en-us" }, //
414
+ { "local" , Shared .getTeensyBoard_txt () , "" , "teensy2" , "usb=serial\n speed=16\n keys=en-us" }, //
415
415
416
416
// TeeOnArdu avr
417
417
{ "package_adafruit_index.json" , "TeeOnArdu" , "Adafruit TeeOnArdu" , "TeeOnArdu" ,
@@ -516,7 +516,7 @@ public static void installAdditionalBoards() {
516
516
"https://udooboard.github.io/arduino-board-package/package_udoo_index.json" };
517
517
BoardsManager .addPackageURLs (new HashSet <>(Arrays .asList (packageUrlsToAdd )), true );
518
518
BoardsManager .installAllLatestPlatforms ();
519
- BoardsManager .referenceLocallInstallation (Shared .teensyInstall );
519
+ BoardsManager .referenceLocallInstallation (Shared .getTeensyPlatform () );
520
520
}
521
521
522
522
@ Test
0 commit comments