Merge branch 'dev' into lora-longer-preamble

此提交包含在:
OverkillFPV
2026-04-16 20:43:46 +10:00
提交者 GitHub
當前提交 958204c7f1
共有 315 個檔案被更改,包括 7641 行新增1800 行删除
+1 -1
查看文件
@@ -178,7 +178,7 @@ build_flags =
${Heltec_lora32_v2.build_flags}
-I examples/companion_radio/ui-new
-D DISPLAY_CLASS=SSD1306Display
-D MAX_CONTACTS=160
-D MAX_CONTACTS=100
-D MAX_GROUP_CHANNELS=8
-D WIFI_DEBUG_LOGGING=1
-D WIFI_SSID='"myssid"'
+1 -1
查看文件
@@ -51,4 +51,4 @@ void radio_set_tx_power(int8_t dbm) {
mesh::LocalIdentity radio_new_identity() {
RadioNoiseListener rng(radio);
return mesh::LocalIdentity(&rng); // create new random identity
}
}