diff --git a/variants/ebyte_eora_hub/platformio.ini b/variants/ebyte_eora_hub/platformio.ini index da185fb31..f75033105 100644 --- a/variants/ebyte_eora_hub/platformio.ini +++ b/variants/ebyte_eora_hub/platformio.ini @@ -38,7 +38,7 @@ lib_deps = ; === Repeater role === -[env:Ebyte_EoRa_repeater] +[env:Ebyte_EoRa-hub_repeater] extends = Ebyte_EoRa-hub build_flags = ${Ebyte_EoRa-hub.build_flags} @@ -94,7 +94,7 @@ lib_deps = ; === Room server role === -[env:Ebyte_EoRa_room_server] +[env:Ebyte_EoRa-hub_room_server] extends = Ebyte_EoRa-hub build_flags = ${Ebyte_EoRa-hub.build_flags} @@ -113,7 +113,7 @@ lib_deps = ; === Companion radio (USB) === -[env:Ebyte_EoRa_companion_radio_usb] +[env:Ebyte_EoRa-hub_companion_radio_usb] extends = Ebyte_EoRa-hub upload_speed = 115200 build_flags = @@ -133,7 +133,7 @@ lib_deps = ; === Companion radio (BLE) === -[env:Ebyte_EoRa_companion_radio_ble] +[env:Ebyte_EoRa-hub_companion_radio_ble] extends = Ebyte_EoRa-hub build_flags = ${Ebyte_EoRa-hub.build_flags} @@ -198,4 +198,4 @@ build_src_filter = +<../examples/simple_sensor> lib_deps = ${Ebyte_EoRa-hub.lib_deps} - ${esp32_ota.lib_deps} \ No newline at end of file + ${esp32_ota.lib_deps}