소스 검색

Remove Station G2 repeater build with logging

There's no known reason why additional firmware build of this board
with serial logging enabled was needed.

So, removing it for now to optimize building process and cleanup
firmware list.
Valentin V. Bartenev 3 달 전
부모
커밋
89aec17b68
1개의 변경된 파일0개의 추가작업 그리고 25개의 파일을 삭제
  1. 0 25
      variants/eastmesh_mqtt/platformio.ini

+ 0 - 25
variants/eastmesh_mqtt/platformio.ini

@@ -654,31 +654,6 @@ lib_deps =
   ${Station_G2.lib_deps}
   ${esp32_ota.lib_deps}
 
-[env:Station_G2_logging_repeater_mqtt]
-extends = Station_G2
-build_flags =
-  ${Station_G2.build_flags}
-  -D ADVERT_NAME='"Station G2 Logging Repeater"'
-  -D ADVERT_LAT=0.0
-  -D ADVERT_LON=0.0
-  -D ADMIN_PASSWORD='"password"'
-  -D MAX_NEIGHBOURS=50
-  -D MESH_PACKET_LOGGING=1
-  -D SX126X_RX_BOOSTED_GAIN=1
-  -D WITH_MQTT_UPLINK=1
-  -D MQTT_DEBUG=1
-  -D WIFI_SSID='"myssid"'
-  -D WIFI_PWD='"mypwd"'
-  -D MQTT_DEFAULT_IATA='"UNSET"'
-  -D CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=1
-build_src_filter = ${Station_G2.build_src_filter}
-  +<../examples/simple_repeater>
-  +<helpers/mqtt/*.cpp>
-  +<helpers/web/*.cpp>
-lib_deps =
-  ${Station_G2.lib_deps}
-  ${esp32_ota.lib_deps}
-
 [env:T_Beam_S3_Supreme_SX1262_repeater_mqtt]
 extends = T_Beam_S3_Supreme_SX1262
 build_flags =