ソースを参照

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 =