Ben Meadors
a506dc6b65
Fix MQTT config bugs ( #7446 )
...
* Fix mqtt config bugs
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add client notification
* Verbiage
* Update src/mqtt/MQTT.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/mqtt/MQTT.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/mqtt/MQTT.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update src/mqtt/MQTT.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Remove test that is no longer true
* This test no longer exists
* Fix client notification crap
* Suppress false positive
* Revert "Suppress false positive"
This reverts commit bead96eaee .
* Try macro exclusion
* Derp
* Fix
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Jason P <applewiz@mac.com >
2025-07-26 05:38:24 -05:00
Ben Meadors
beba1b4882
Added map report precision bounds ( #6862 )
...
* Added map report precision bounds
* Log warning
* Precision range should be 12-15
* Missed commit
* Update tests
* That method was renamed
* Removed now-defunct test call
* Remove defunct test
2025-05-22 20:33:46 -05:00
Ben Meadors
ef9d0d7805
Go
2025-05-14 20:22:01 -05:00
Ben Meadors
60d2cb35e0
Namespace
2025-05-14 18:55:27 -05:00
Ben Meadors
b63b73ab84
Fix
2025-05-14 17:16:46 -05:00
Ben Meadors
3901ae8956
Default
2025-05-14 16:44:32 -05:00
Eric Severance
3b0232de1b
Validate MQTT config by testing a connection ( #6076 )
2025-02-17 15:03:44 -06:00
Eric Severance
7648391f91
Reject invalid configuration for the default MQTT server ( #6066 )
...
* Sanity check configuration for the default MQTT server
* Skip for MESHTASTIC_EXCLUDE_MQTT
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-02-16 07:15:30 -06:00
Eric Severance
50b7d6a0f7
Establish MQTT connection only from MQTT::runOnce ( #6057 )
...
Co-authored-by: Ben Meadors <benmmeadors@gmail.com >
2025-02-14 20:32:41 -06:00
Eric Severance
27fbfd03d6
Add unit tests for MQTT ( #5724 )
...
* Add unit tests for MQTT
* Test received fields
2025-01-07 07:10:42 -06:00