Browse Source

More LERDGE envs followup (#21205)

Victor Oliveira 3 years ago
parent
commit
427b5d61f4
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      platformio.ini

+ 3
- 3
platformio.ini View File

@@ -1385,7 +1385,7 @@ board_build.firmware = Lerdge_X_firmware_force.bin
1385 1385
 # Lerdge X with USB Flash Drive Support
1386 1386
 #
1387 1387
 [env:LERDGEX_usb_flash_drive]
1388
-platform          = ${LERDGEX.platform}
1388
+platform          = ${env:LERDGEX.platform}
1389 1389
 extends           = LERDGEX
1390 1390
 platform_packages = ${stm32_flash_drive.platform_packages}
1391 1391
 build_flags       = ${stm32_flash_drive.build_flags}
@@ -1402,7 +1402,7 @@ board_build.firmware = Lerdge_firmware_force.bin
1402 1402
 # Lerdge S with USB Flash Drive Support
1403 1403
 #
1404 1404
 [env:LERDGES_usb_flash_drive]
1405
-platform          = ${LERDGES.platform}
1405
+platform          = ${env:LERDGES.platform}
1406 1406
 extends           = LERDGES
1407 1407
 platform_packages = ${stm32_flash_drive.platform_packages}
1408 1408
 build_flags       = ${stm32_flash_drive.build_flags}
@@ -1421,7 +1421,7 @@ build_flags          = ${lerdge_common.build_flags}
1421 1421
 # Lerdge K with USB Flash Drive Support
1422 1422
 #
1423 1423
 [env:LERDGEK_usb_flash_drive]
1424
-platform          = ${LERDGEK.platform}
1424
+platform          = ${env:LERDGEK.platform}
1425 1425
 extends           = LERDGEK
1426 1426
 platform_packages = ${stm32_flash_drive.platform_packages}
1427 1427
 build_flags       = ${stm32_flash_drive.build_flags}

Loading…
Cancel
Save