Ian McEwen
15ce4968db
pylint fix
2026-05-31 12:48:18 -07:00
Ian McEwen
9c0b253103
Merge branch 'review/pr-883'
...
Closes #883
2026-05-31 12:43:49 -07:00
Ian McEwen
c7f43b3100
Document the use of --ch-index along with --reply a little
2026-05-31 12:43:38 -07:00
Ian McEwen
1e4822fe87
Merge pull request #898 from skgsergio/feat/esp32-unified-ota
...
feat: Add ESP32 WiFi Unified OTA update support
2026-03-02 10:19:20 -07:00
Ian McEwen
cd9199bc00
Apply suggestion from @ianmcorvidae
2026-03-02 09:34:36 -07:00
pdxlocations
04a23ae882
Update meshtastic/__main__.py
...
Co-authored-by: Ian McEwen <ianmcorvidae@ianmcorvidae.net >
2026-03-02 08:26:18 -08:00
pdxlocations
b003214d1b
Fix property fallback
2026-03-01 08:58:42 -08:00
pdxlocations
414a621091
add fallback for older protobuf dependency
2026-03-01 08:44:37 -08:00
pdxlocations
a87065a081
fix: update repeated field checks to use is_repeated property
2026-02-28 22:11:11 -08:00
Sergio Conde
4d8430d360
fix: throw propper exceptions and cleanup code
2026-02-01 11:39:09 +01:00
Ben Meadors
bf580c36ae
Update meshtastic/__main__.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-31 18:15:25 -06:00
Sergio Conde
1eb13c9953
feat: Add ESP32 WiFi Unified OTA update support
2026-01-31 16:44:03 +01:00
Rob
c8b1b8ea6f
Filter --reply based on specified channel index
...
Ensures that automatic replies are sent back on the same channel index the message was received on. Previously, all replies defaulted to the primary channel (0), even if the incoming message arrived on a secondary channel. Additionally it ensures incoming messages match the specified channel index.
E.g: meshtastic --ch-index 1 --reply .
Modified the `onReceive` handler to extract the `channel` index from received packets. This ensures `interface.sendText` targets the originating channel rather than always defaulting to the primary channel. Added a filter to ensure that only the specified channel index is being replied to.
2025-12-26 15:17:46 -05:00
Travis-L-R
ccb530574b
Splitting true_defaults for moduleConfig out in export_config()
2025-11-11 21:03:01 +10:30
Ian McEwen
87682c153b
Merge pull request #834 from NillRudd/feat/cli-ignore-formats
...
CLI: normalize lora.ignore_incoming IDs (dec/!hex/0x), dedupe, YAML [] clear, fix bytes→int crash
2025-11-06 14:19:57 -07:00
horrible-knots
2de7c30a27
Plumb timeout from --timeout through MeshInterface
...
Fix C0301: Line too long
Ignore the pylint for 6 positional arguments
2025-10-13 17:35:30 -04:00
Niklas Roslund
43a685f012
cli: notmalize ignore IDs for dec, hex and 0x. support YAML [] clear
...
Signed-off-by: Niklas Roslund <nroslund@kth.se >
2025-10-05 12:55:59 +02:00
Ian McEwen
14ff3eb9c4
Merge branch 'master' into loggingHandler2
2025-09-18 09:26:32 -07:00
pdxlocations
c6efccdbd2
init
2025-08-29 23:11:26 -07:00
shukari
52eb112b95
new Parameter --debuglib for only meshtastic debug, more termios fixes for windows tests
...
(cherry picked from commit 4fc4d41d3d29998bb7b697bf412be5c1449ea950)
2025-08-19 11:14:38 +02:00
pdxlocations
03aaa4c98e
always call setOwner
2025-08-06 21:58:42 -07:00
shukari
af4947d020
move logger init to the end of the import block
2025-08-06 19:54:08 +02:00
shukari
db1891b651
Added Logging Handler Names
2025-08-06 18:21:32 +02:00
pdxlocations
c1a6234694
make tuple type hint explicit
2025-07-26 23:16:50 -07:00
pdxlocations
eb85439000
rename function
2025-07-26 22:27:10 -07:00
pdxlocations
885eb4898d
init
2025-07-26 22:20:19 -07:00
Ian McEwen
fcdd83838b
Merge pull request #795 from pdxlocations/canned-config
...
Add Ringtone and Canned Messages to --export-config and --configure
2025-07-22 17:22:11 -07:00
Ian McEwen
58967e1d91
Merge pull request #794 from pdxlocations/is-unmessageable
...
add --set-is-unmessageable to CLI commands
2025-07-22 17:07:50 -07:00
pdxlocations
17f7e8e20e
don't check for typoed keyword
2025-07-22 11:23:45 -07:00
pdxlocations
9b5a889676
combine arguments
2025-07-22 10:17:40 -07:00
pdxlocations
ce7c61861f
Merge branch 'master' into is-unmessageable
2025-07-22 10:15:19 -07:00
Ian McEwen
cad5d18aff
Merge pull request #798 from pdxlocations/export-utf8
...
Allow forced UTF-8 encoding for --export-config
2025-07-22 09:28:14 -07:00
Ian McEwen
167044907d
for some reason pylint likes this better
2025-07-16 19:16:16 -07:00
pdxlocations
0ae23eec7e
don't think i needed that
2025-06-30 00:34:44 -07:00
pdxlocations
2fa85bac1f
typo
2025-06-30 00:21:15 -07:00
pdxlocations
795b652069
export utf-8
2025-06-30 00:03:11 -07:00
pdxlocations
308ac93399
add to configure
2025-06-24 07:40:11 -07:00
pdxlocations
84417f0bb1
working export-config
2025-06-23 22:39:24 -07:00
pdxlocations
0bb3389b3b
init
2025-06-23 22:11:50 -07:00
pdxlocations
373b8a3139
combine with set_owner handling
2025-06-23 16:14:59 -07:00
Ian McEwen
c55f1ef610
Merge pull request #782 from Crank-Git/validate-short-and-long-names
...
Add validation/prevent --set-owner, --set-owner-short, and --set-ham from accepting empty or whitespace-only names
2025-06-23 09:15:47 -07:00
pdxlocations
b73fcbff88
didn't spell it wrong
2025-06-21 13:50:30 -07:00
pdxlocations
1b5b07e752
add --set-is-unmessageable
2025-06-21 13:44:25 -07:00
pdxlocations
8e48d141c8
add sleeps
2025-06-08 23:32:32 -07:00
Crank-Git
8a6ee5fb35
fixed assertion errors by replace ham id with ham radio callsign, fixed _sendAdmin assertion
2025-06-08 20:39:26 -04:00
Crank-Git
23be2d2189
Add validation/prevent --set-owner, --set-owner-short, and --set-ham from accepting empty or whitespace-only names. This is in relation to meshtastic#6867 firmware feature request https://github.com/meshtastic/firmware/issues/6867
2025-06-08 18:16:49 -04:00
Ian McEwen
852949575b
Enable setting things from more than one configuration section with --set, using a configuration transaction.
2025-02-20 11:39:16 -07:00
Ian McEwen
f41ef042a9
Merge pull request #708 from mikeymakesit/add-channel
...
Add new channels from an add URL with the new --ch-add-url option
2025-02-19 10:18:09 -07:00
Ian McEwen
84bec5a7c4
fix up misc. lint/type/test issues, streamline, align argument names and groupings
2025-02-19 10:15:27 -07:00
Ian McEwen
985366c812
Merge pull request #710 from digitaldisarray/master
...
Add text message port cli option
2025-02-19 09:55:01 -07:00