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.
4 months ago
ripplebiz
2005977403
Merge pull request #1699 from recrof/m5stack-m6l-build-fix
fix M5Stack Unit M6L build errors
4 months ago
recrof
cafc212bb2
fix M5Stack Unit M6L build errors
4 months ago
Scott Powell
e2571accbe
* ver 1.13.0
4 months ago
ripplebiz
88452c412e
Merge pull request #1603 from oltaco/fix-build.sh-for-RP2040-and-STM32
Add RP2040 and STM32 support to build.sh
4 months ago
ripplebiz
2220eca4f3
Merge pull request #1669 from Azuresword/fix/wio-tracker-l1-grove-sensor-v2
Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1)
4 months ago
ripplebiz
a6e741e30e
Merge pull request #1672 from ChaoticLeah/feature/mute-buzzer-icon
Add muted icon to show when buzzer is muted
4 months ago
Scott Powell
0abac35744
* client_repeat state now in _DEVICE_INFO response
4 months ago
Scott Powell
564a19d125
* companion client repeat mode support
4 months ago
taco
5df139f3d6
update build.sh to support RP2040 and STM32
4 months ago
taco
77675ab496
add -D ESP32_PLATFORM to esp32_base
4 months ago
Liam Cottle
5ccae4bddc
Merge pull request #1671 from recrof/rak3112-fix
fix: usb and ui for rak 3112
4 months ago
Leah
fb025fb67e
Add muted icon to show when buzzer is muted
4 months ago
Rastislav Vysoky
beff18c53b
fix usb and build for rak 3112
4 months ago
dylan
f720338c03
Fix WioTrackerL1 BLE companion: route sensors to Grove I2C bus (Wire1)
Sensors connected via the Grove I2C connector (D18/D17) were not detected
because the firmware scanned the OLED I2C bus (Wire, D14/D15) by default.
Adding ENV_PIN_SDA/SCL flags directs EnvironmentSensorManager to use Wire1,
matching the physical Grove connector pinout.
Co-Authored-By: Claude Opus 4.6 <[email protected] >
4 months ago
ripplebiz
e33d93dc7f
Merge pull request #1611 from weebl2000/semtech-patch-tracker-v2
Enable register patch heltec tracker v2
4 months ago
ripplebiz
8db42146d1
Merge pull request #1645 from Snayler/Snayler-patch-1
Enable TX LED for LilyGo LoRa32 V2.1_1.6
4 months ago
Liam Cottle
e418b0c0ab
Merge pull request #1557 from mattzzw/dev
cli_commands.md: `region` available via remote cli in 1.12.0
4 months ago
mattzzw
d11d8ea626
Merge branch 'meshcore-dev:dev' into dev
4 months ago
Liam Cottle
4944a46af1
Merge pull request #1638 from thanegill/build_sh-list
build.sh: add list and -l to list firmwares available to build
4 months ago
Liam Cottle
7d7e88e950
Merge pull request #1651 from liamcottle/fix/path-trace-timeout
Fix: Path Trace Timeout
4 months ago
liamcottle
bafa2ccd22
fix estimated timeout for multi byte path traces
4 months ago
Snayler
810fd561d2
Enable TX LED for LilyGo LoRa32 V2.1_1.6
Working on my device, green TX LED starts blinking every time I transmit
4 months ago
ripplebiz
3f33455b4d
Merge pull request #1570 from Quency-D/fix-heltec-power-consumption
Fix heltec-v4 power consumption
4 months ago
ripplebiz
248c3107b4
Merge pull request #1605 from ViezeVingertjes/kiss-modem-spec-compliance
Kiss modem spec compliance
4 months ago
Quency-D
9efb7cb0b6
Merge pull request #2 from weebl2000/pr-1570-fix-heltec-v4-power
Fix double claim, eliminate dead code at compile time
4 months ago
Thane Gill
3ff1394dd2
build.sh: add list and -l to list firmwares available to build.
4 months ago
Michael
e4ef6dba3d
Merge pull request #2 from agessaman/fix-simplify-kiss-noise-floor
Simplify kiss noise floor
4 months ago
Liam Cottle
b1094c2842
Merge pull request #1616 from jbrazio/2026/raknorm
Refactor environment names and build flags for RAK variants
4 months ago
ripplebiz
f6fc05601c
Merge pull request #1609 from weebl2000/bridge-always-has-work
Bridge always has work (prevents sleep)
4 months ago
Liam Cottle
736ddbfd99
Merge pull request #1620 from thanegill/patch-2
Correct manufacturer name 'Elecrow ThinkNode M5'
4 months ago
Thane Gill
31a2e74ada
Correct manufacturer name 'Elecrow ThinkNode M5'
4 months ago
Liam Cottle
10eacc4e95
Merge pull request #1316 from weebl2000/allow-negative-tx
Allow negative tx
4 months ago
João Brázio
fcfbb458f8
Refactor environment names and build flags for RAK variants
4 months ago
Wessel Nieboer
e8646f5ede
Parse as signed int
4 months ago
agessaman
776131e263
simplify kiss noise floor sampling
4 months ago
Wessel Nieboer
23b4baa066
Enable register patch heltec tracker v2
4 months ago
Wessel Nieboer
c4c287d01b
Bridge always has work (prevents sleep)
4 months ago
ViezeVingertjes
f6ebbd978e
Remove redundant locals in handleSetRadio
4 months ago
ViezeVingertjes
5157daf1c1
Remove individual HW_RESP_* defines, use HW_RESP() macro directly
4 months ago
ViezeVingertjes
00b44c4114
Remove redundant send/complete/finished callbacks, use Radio interface directly
4 months ago
ViezeVingertjes
362b5eb0a1
Update protocol docs for new response codes and signal reporting
4 months ago
ViezeVingertjes
5ccd99e25f
Add toggleable per-packet signal reporting
4 months ago
ViezeVingertjes
7982d1ce1f
Use high-bit convention for hardware response codes
4 months ago
ViezeVingertjes
49e7516145
Add KISS UART support
4 months ago
agessaman
f445b5acdc
fix(kiss_modem): improve RX delivery and noise floor sampling
4 months ago
ViezeVingertjes
1af013c741
Clarify data frame limitations in KISS modem documentation.
4 months ago
ViezeVingertjes
02ddc05c30
Reorganise KISS protocol to close gaps.
4 months ago
ViezeVingertjes
203d86f87d
Update documentation.
4 months ago
ViezeVingertjes
f78617dbdb
Add periodic noise floor calibration and AGC reset
4 months ago