MeshCore/variants
3DPGG 3e53df5082 Fix LilyGo_TLora_V2_1_1_6_terminal_chat build
This change addresses two issues. The first is that the
LilyGo_TLora_V2_1_1_6_terminal_chat build would try to compile
simple_repeater/MyMesh.cpp. All other examples of terminal chat
targets are instead building simple_secure_chat/main.cpp . This
change would align this build to the rest of the builds.

The second issue, found during the course of investigating the
first, stems from simple_repeater/MyMesh.cpp using the
MAX_NEIGHBOURS #define to control whether the neighbor list is kept.
Repeaters that keep this list must define this value, and if the
value is not defined, then all neighbor-related functionality is
compiled out. However, the code that replies to
REQ_TYPE_GET_NEIGHBOURS did not properly check for this #define,
and thus any target that compiles simple_repeater/MyMesh.cpp
without defining MAX_NEIGHBOURS would get an undefined variable
compilation error.

As a practical matter though, there are no targets that compile
simple_repeater/MyMesh.cpp AND do not define MAX_NEIGHBOURS,
except this build due to the first issue. As a result, the
second issue is addressed only as a matter of completeness. The
expected behavior with this change is that such a repeater would
send a valid reply indicating zero known neighbors.
2026-02-16 18:10:29 -08:00
..
ebyte_eora_s3 Allow negative tx power 2026-02-06 02:24:51 +01:00
generic-e22 Allow negative tx power 2026-02-06 02:24:51 +01:00
generic_espnow Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_ct62 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_e213 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_e290 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_mesh_solar Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_t114 Merge pull request #1316 from weebl2000/allow-negative-tx 2026-02-08 12:43:10 +13:00
heltec_t190 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_tracker Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_tracker_v2 Merge pull request #1611 from weebl2000/semtech-patch-tracker-v2 2026-02-11 14:04:58 +11:00
heltec_v2 Allow negative tx power 2026-02-06 02:24:51 +01:00
heltec_v3 Merge pull request #1316 from weebl2000/allow-negative-tx 2026-02-08 12:43:10 +13:00
heltec_v4 Merge pull request #1570 from Quency-D/fix-heltec-power-consumption 2026-02-09 16:49:49 +11:00
heltec_wireless_paper Allow negative tx power 2026-02-06 02:24:51 +01:00
ikoka_handheld_nrf Allow negative tx power 2026-02-06 02:24:51 +01:00
ikoka_nano_nrf Allow negative tx power 2026-02-06 02:24:51 +01:00
ikoka_stick_nrf Allow negative tx power 2026-02-06 02:24:51 +01:00
keepteen_lt1 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_t3s3 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_t3s3_sx1276 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tbeam_1w Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tbeam_supreme_SX1262 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tbeam_SX1262 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tbeam_SX1276 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tdeck Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_techo Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_techo_lite Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tlora_c6 Allow negative tx power 2026-02-06 02:24:51 +01:00
lilygo_tlora_v2_1 Fix LilyGo_TLora_V2_1_1_6_terminal_chat build 2026-02-16 18:10:29 -08:00
m5stack_unit_c6l fix M5Stack Unit M6L build errors 2026-02-15 11:25:27 +01:00
mesh_pocket Allow negative tx power 2026-02-06 02:24:51 +01:00
meshadventurer Allow negative tx power 2026-02-06 02:24:51 +01:00
meshtiny Allow negative tx power 2026-02-06 02:24:51 +01:00
minewsemi_me25ls01 Allow negative tx power 2026-02-06 02:24:51 +01:00
nano_g2_ultra Allow negative tx power 2026-02-06 02:24:51 +01:00
nibble_screen_connect Allow negative tx power 2026-02-06 02:24:51 +01:00
promicro Allow negative tx power 2026-02-06 02:24:51 +01:00
rak3x72 Merge pull request #1616 from jbrazio/2026/raknorm 2026-02-09 01:33:26 +13:00
rak3112 fix usb and build for rak 3112 2026-02-11 09:34:41 +01:00
rak3401 Merge pull request #1616 from jbrazio/2026/raknorm 2026-02-09 01:33:26 +13:00
rak4631 Merge pull request #1316 from weebl2000/allow-negative-tx 2026-02-08 12:43:10 +13:00
rak11310 Merge pull request #1616 from jbrazio/2026/raknorm 2026-02-09 01:33:26 +13:00
rak_wismesh_tag Allow negative tx power 2026-02-06 02:24:51 +01:00
rpi_picow Allow negative tx power 2026-02-06 02:24:51 +01:00
sensecap_indicator-espnow Allow negative tx power 2026-02-06 02:24:51 +01:00
sensecap_solar Allow negative tx power 2026-02-06 02:24:51 +01:00
station_g2 Allow negative tx power 2026-02-06 02:24:51 +01:00
t1000-e Allow negative tx power 2026-02-06 02:24:51 +01:00
tenstar_c3 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m1 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m2 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m3 Allow negative tx power 2026-02-06 02:24:51 +01:00
thinknode_m5 Correct manufacturer name 'Elecrow ThinkNode M5' 2026-02-07 17:05:51 -08:00
thinknode_m6 Allow negative tx power 2026-02-06 02:24:51 +01:00
tiny_relay Allow negative tx power 2026-02-06 02:24:51 +01:00
waveshare_rp2040_lora Allow negative tx power 2026-02-06 02:24:51 +01:00
wio-e5-dev Allow negative tx power 2026-02-06 02:24:51 +01:00
wio-e5-mini Allow negative tx power 2026-02-06 02:24:51 +01:00
wio-tracker-l1 Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1) 2026-02-11 14:12:48 +08:00
wio-tracker-l1-eink tracker_l1_eink: set UI_HAS_JOYSTICK 2025-10-18 13:11:18 +02:00
wio_wm1110 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_c3 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_c6 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_nrf52 Merge pull request #1605 from ViezeVingertjes/kiss-modem-spec-compliance 2026-02-09 16:45:20 +11:00
xiao_rp2040 Allow negative tx power 2026-02-06 02:24:51 +01:00
xiao_s3_wio Allow negative tx power 2026-02-06 02:24:51 +01:00