Ben Meadors and GitHub
7e3931b05d
Move 115200 baud GNSS probe earlier ( #5101 )
...
* Move 115200 baud GNSS probe earlier
* Even more optimized!
2024-10-19 20:05:52 -05:00
Ben Meadors and GitHub
4575352d8c
Initial NODENUM_BROADCAST_NO_LORA implementation with NeighborInfo module ( #5087 )
...
* Initial NODENUM_BROADCAST_NO_LORA implementation with NeighborInfo module
* isBroadcast
* Trunkt
2024-10-19 12:48:00 -05:00
Thomas Göttgens and GitHub
b1b6bce6b7
Merge pull request #5095 from meshtastic/revert-5036-caveman99-patch-1
...
Revert "Permanently engage !CTRL"
2024-10-19 19:06:33 +02:00
Thomas Göttgens and GitHub
304f26b909
Revert "Permanently engage !CTRL"
2024-10-19 19:01:58 +02:00
a27f9fcdbd
Add -p flag ( #5093 )
...
Add the `-p` to the `mkdir` so it doesn't fail when the folder already exists
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2024-10-18 20:19:24 -05:00
Jonathan Bennett and GitHub
dfeb33d46e
Add DIO2_AS_RF_SWITCH to pinedio prefilled config.
2024-10-18 12:30:46 -05:00
b8b6894d58
[create-pull-request] automated change ( #5091 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-18 06:00:55 -05:00
Technologyman00 and GitHub
934be69663
Add buzzer feedback on GPS toggle ( #5090 )
...
Triple Press on buttons toggles GPS enable/disable.
This enhancement plays a triple-beep so that users of devices with buzzers can get audible feedback about whether they have turned the GPS off or on. This is especially valuable for screenless devices such as the T1000E where it may not be immediately obvious the GPS has been disabled.
2024-10-18 14:40:18 +11:00
Ben Meadors and GitHub
ec9e562a77
Coerce minimum telemetry interval of 30 minutes on defaults and make new default interval one hour ( #5086 )
...
* Coerce minimum telemetry interval of 30 minutes on defaults and make new default interval one hour
* Smaller log messages
2024-10-17 13:33:52 -05:00
Johnathon Mohr and GitHub
fbb6778415
Account for port specification with IP address for MQTT server. Some additional format validation. ( #5084 )
2024-10-17 05:05:35 -05:00
2ea2b47690
[create-pull-request] automated change ( #5085 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-16 19:51:11 -05:00
Ben Meadors
f77c87dca8
Extra extra
2024-10-16 09:18:44 -05:00
Ben Meadors
198b62f3fc
I thought these were already board level extra
2024-10-16 07:34:24 -05:00
Johnathon Mohr and GitHub
3e5f129fce
Ensure the MQTT address is an IPv4 before determining it's private ( #5081 )
...
* Ensure the mqtt address is an IPv4 (or at least not a domain) before determining it's private.
* check address length
2024-10-16 05:19:00 -05:00
Johnathon Mohr and GitHub
ad214ea42a
Add MQTT exception for private IP address server ( #5072 )
...
Determines if the given IP address is a private address, i.e. not routable on the public internet.
These are the ranges: 127.0.0.1, 10.0.0.0-10.255.255.255, 172.16.0.0-172.31.255.255, 192.168.0.0-192.168.255.255.
If so, allow MQTT publication the same as existing localhost support.
2024-10-16 11:08:49 +11:00
Jeff Epler and GitHub
25b557cf46
Fix incorrect va_start calls ( #5076 )
2024-10-15 17:15:10 -05:00
7fd1c334d3
[create-pull-request] automated change ( #5074 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-15 09:15:15 -05:00
696bcc60af
Ws85 updates : set want_ack, high_priority, add temperature. ( #5052 )
...
* ws85 updates
add temperature
add wantack
add high_priority
set lull to 0 if never set.
add the has_FIELD_NAME lines to ws85
* pbufs sync
* high insteaed of max reliability
* only set want_ack and high reliable if sensor_role set
* protobufs
---------
Co-authored-by: Tom Fifield <tom@tomfifield.net >
2024-10-15 05:09:18 -05:00
Andre K and GitHub
af0db8a29f
retain fixed_position during reset-nodedb ( #5067 )
2024-10-14 19:32:25 -05:00
Thomas Göttgens and GitHub
ea20bb1836
Merge pull request #5061 from meshtastic/oem-proto
...
drop oem.proto support in favor of userprefs
2024-10-14 21:49:14 +02:00
Ben Meadors and GitHub
420ab89f8d
Merge branch 'master' into oem-proto
2024-10-14 14:10:31 -05:00
1212969ff7
[create-pull-request] automated change ( #5062 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-14 14:10:19 -05:00
Thomas Göttgens
e49e584ae1
drop oem.proto support in favor of userprefs
2024-10-14 19:39:07 +02:00
Tom and GitHub
89c1e041e1
Add in RF95 support to Pro-micro DIY ( #5055 )
...
* Add in RF95 support
Added in lines to enable RF95 modules. Tested on SX1262 by NomDeTom/ @Nestpebble . Tested with RA02 by Ludovic / @lboue
* Trunk
2024-10-14 07:59:38 -05:00
655e58f424
[create-pull-request] automated change ( #5058 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-14 07:49:58 -05:00
Ludovic BOUÉ and GitHub
0ec1684718
[Board]: Support for M5Stack CoreS3 (Part 1: radio) ( #5049 )
2024-10-14 19:13:22 +11:00
05e4a639a1
remove newline from logging statements. ( #5022 )
...
remove newline from logging statements in code. The LOG_* functions will now magically add it at the end.
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2024-10-14 15:11:43 +11:00
Ben Meadors and GitHub
fb9f361052
Implement rebroadcast mode NONE ( #5040 )
...
* Implement rebroadcast mode none
* Correct debug message
2024-10-12 06:17:44 -05:00
37448205b5
[create-pull-request] automated change ( #5041 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-12 06:16:53 -05:00
Thomas Göttgens and GitHub
015f7335b0
enable native build stage
2024-10-12 10:34:22 +02:00
Thomas Göttgens and GitHub
48d8b85a3b
Merge pull request #5036 from meshtastic/caveman99-patch-1
...
Permanently engage !CTRL
2024-10-12 10:26:23 +02:00
mverch67 and Thomas Göttgens
363fd8ab98
fix GPIO0 mode after I2S audio
2024-10-12 10:24:41 +02:00
Thomas Göttgens and Tom Fifield
323e7503ea
trunk fmt
2024-10-12 07:09:21 +08:00
Thomas Göttgens and Tom Fifield
4e4431560e
Permanently engage !CTRL
...
switching RXEN is not fast enough and not in sync with DIO2. This pin needs to be permanently encabled, like on RAK4631.
2024-10-12 07:09:21 +08:00
Jonathan Bennett and GitHub
a8c216f4f8
Update main_matrix.yml -- re-enable x86_64 .deb builds
2024-10-11 16:41:41 -05:00
9d0729c83f
[create-pull-request] automated change ( #5034 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-11 06:29:30 -05:00
Thomas Göttgens and GitHub
3c89716074
Merge pull request #5033 from markbirss/master
...
Fix SH1107 - Set Geometry 128x128
2024-10-11 13:05:53 +02:00
Mark Trevor Birss and GitHub
ec96256bcd
Update main.cpp
2024-10-11 11:39:37 +02:00
Ben Meadors and GitHub
1f2d972e18
Remove waypoint and text message frames on NodeDB reset as well ( #5029 )
2024-10-10 19:24:37 -05:00
cc87002a8a
[create-pull-request] automated change ( #5028 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-10 18:31:20 -05:00
8ab772221d
[create-pull-request] automated change ( #5027 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-10 18:29:29 -05:00
GUVWAF and GitHub
d55c08d5cd
Uplink DMs not to us if MQTT encryption enabled ( #5025 )
...
* Uplink DMs not to us if MQTT encryption enabled
* Only really need to try uplinking encrypted packet if MQTT encryption is enabled
* Add log about publishing nothing when packet is not decrypted and encryption_enabled is false
* Improve comment
2024-10-10 15:11:58 -05:00
Ben Meadors and GitHub
e8f287a36f
Fixes critical error rendering before screen thread is running ( #5024 )
...
* Fixes critical error rendering before screen thread is running
* Fix GPS thread crashing on probe code attempting to %s print an enum
* 10
2024-10-10 14:58:42 -05:00
Ben Meadors and GitHub
b769799410
Update version.properties
2024-10-10 14:58:30 -05:00
Ben Meadors and GitHub
f5f9fd54a1
Revert "[create-pull-request] automated change ( #5019 )" ( #5026 )
...
This reverts commit 3b21856a76 .
2024-10-10 14:58:06 -05:00
Jonathan Bennett and GitHub
f82585d9b0
Add localhost exception for dontMqttMeBro ( #5023 )
2024-10-10 14:06:47 -05:00
Tom Fifield and GitHub
1b04d41b9a
Fix U-Blox detection code. ( #5014 )
...
Recently there have been reports of intermittent difficulties
detecting U-Blox chips. This patch proposes a new approach that should
be more reliable.
Previously we were fighting with NMEA messages to try and send binary
commands. We unusually also tried changing the Baud rate of U-Blox
chips, something we don't do with any other GPS.
It turns out U-Blox has another method to disable NMEA
messages. PUBX,40 is a text-based command, supported on all the
U-Blox versions we care about that can set the rate of NMEA messages
to zero.
This is what we attempt to do with all other GPS and it works quite
well.
So this patch alters the probe code to:
1. Remove UBX binary code to stop NMEA messages
2. Remove code that tries to reset UBX chips to 9600 baud
3. Add UBX proprietary text commands messages to stop the NMEA flood
4. Improve log strings sent to the user.
Tested on Ublox 6, Ublox 9, and Ublox 10 on multiple devices.
Also tested on several devices with
non-Ublox GPS to ensure it does not interfere with their detection
(heltec-wireless-tracker, wio-tracker-wm11110)
2024-10-10 06:45:40 -05:00
3b21856a76
[create-pull-request] automated change ( #5019 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com >
2024-10-10 06:45:22 -05:00
Thomas Göttgens and GitHub
519ca9c0aa
Merge pull request #5018 from fifieldt/UC6580-QZSS
...
Enable QZSS on UC6580
2024-10-10 12:19:04 +02:00
Thomas Göttgens and GitHub
23a52ee625
Merge pull request #5016 from meshtastic/fifieldt-patch-1
...
Fix bug sending wrong sleep command to U-Blox chips
2024-10-10 12:18:27 +02:00