beegee-tokyo
9188786581
Fix #ifndef and rename the variant
2024-09-10 11:58:25 +08:00
beegee-tokyo
b2417f651a
Merge branch 'master' of https://github.com/beegee-tokyo/firmware
2024-09-09 12:41:00 +08:00
beegee-tokyo
d02ba45109
Fix default build platform
2024-09-09 12:40:56 +08:00
Bernd Giesecke
c6bffd7d7f
Update platformio.ini
...
Fix default build environment
2024-09-09 12:39:14 +08:00
beegee-tokyo
a5b79528b3
Add RAK4631 Ethernet Gateway with working JSON output to MQTT
2024-09-09 11:56:37 +08:00
Tom Fifield
e470619e3d
Remove undefined declaration ( #4652 )
...
The getNMEA method was introduced to the header but never defined
in code. As it's unused, remove it.
2024-09-08 12:33:56 -05:00
Jonathan Bennett
bf34329033
Adds the data bitfield and ok_to_mqtt bit ( #4643 )
...
* Don't filter PKI packets just for being encrypted.
* Add ok_to_mqtt config and bit
* Bitfield
* Adjust dontmqttmebro logic.
* Manipulate bitfield only in router.cpp
* Want_ack is not want_response
* Bitfield macros
* Use new Bitfield macro in MQTT.cpp
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-09-07 18:21:59 -05:00
Thomas Göttgens
8e88b9e819
Merge pull request #4646 from gitbisector/batt_stat
...
Report PWD when no battery present.
2024-09-07 10:58:17 +02:00
Thomas Göttgens
56a2e40681
Merge pull request #4647 from fifieldt/gps-probe-macro
...
Simplify GNSS Probe code
2024-09-07 10:54:24 +02:00
Tom Fifield
ba28ffb65a
Simplify GNSS Probe code
...
This patch takes inspiration from our I2CDetect code where we have
many sensors that can be detected rather simply. It creates a new
macro,
PROBE_SIMPLE(Chip name, Command to run, response, Driver, timeout)
and converts existing simple cases to use this macro.
2024-09-07 11:59:45 +08:00
gitbisector
9651b5a0ec
Merge branch 'master' into batt_stat
2024-09-06 17:23:38 -07:00
git bisector
2f2ddae12a
Report PWD when no battery present.
2024-09-06 17:19:53 -07:00
github-actions[bot]
c77b89d85c
[create-pull-request] automated change ( #4645 )
2024-09-06 18:51:22 -05:00
Thomas Göttgens
5c2fe4a2c0
Merge pull request #4644 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2024-09-06 22:29:32 +02:00
caveman99
b8cee51e84
[create-pull-request] automated change
2024-09-06 20:27:28 +00:00
Thomas Göttgens
fd1ebdf363
Merge pull request #4507 from rcarteraz/add-contributing-file
...
Draft contributing.md file
2024-09-06 15:12:56 +02:00
Thomas Göttgens
35b47467c7
Merge pull request #4639 from zerolint/master
...
RAK13800 Ethernet improvements
2024-09-06 15:11:10 +02:00
Thomas Göttgens
8f35a42f4f
tryfix #4384 ( #4642 )
...
* tryfix #4384 - don't assume we want that functionality if the Accelerometer was found. This is only for T-Watch
* Add config.display.wake_on_tap_or_motion default to RAK
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-09-06 06:55:56 -05:00
Thomas Göttgens
35a565cd84
Merge pull request #4623 from robertfisk/tidyup_keyboard_defines
...
Gather canned message magic numbers into header defines.
2024-09-06 13:49:27 +02:00
Ben Meadors
ee68e727ed
Merge branch 'master' into master
2024-09-06 06:25:07 -05:00
Robert Fisk
962d9ff220
Move defines to input broker
2024-09-06 11:54:31 +02:00
Robert Fisk
8e0a342f06
Gather canned message magic numbers into header defines.
2024-09-06 11:54:31 +02:00
Thomas Göttgens
55292f8a84
Merge pull request #4638 from fifieldt/CRLF
...
Add missing linefeeds to gps code
2024-09-06 11:46:57 +02:00
zerolint
d72a836e07
RAK13800 Ethernet improvements
...
Fixes (#3618 ) by allowing more time for slower requests.
Resolve Syslog not maintaining client causing issues on RAK13800.
Resolve Ethernet static IP setting subnet as gateway IP.
Reduce comment and log message ambiguity around API.
Remove duplicate #if !MESHTASTIC_EXCLUDE_WEBSERVER block.
2024-09-06 11:45:43 +02:00
Thomas Göttgens
26a3841a93
Merge pull request #4637 from todd-herbert/gps-icon
...
Update E-Ink GPS icon immediately when triple-pressing user button
2024-09-06 11:25:12 +02:00
Thomas Göttgens
8e519d09b4
Merge pull request #4641 from meshtastic/lr-version
...
Add LR11x0 firmware version to init.
2024-09-06 11:24:04 +02:00
Thomas Göttgens
ae41a7cc06
Merge pull request #4635 from RCGV1/patch-1
...
Update Pull Request Template
2024-09-06 10:05:11 +02:00
Thomas Göttgens
011e640e95
Add LR11x0 firmware version to init.
2024-09-06 09:47:43 +02:00
Tom Fifield
e4e1ea971f
Add missing linefeeds to gps code
...
As reported by @caveman99, the required CRLFs were missing from the
AG3335 setup code.
2024-09-06 08:45:57 +08:00
Todd Herbert
bcdc36c07c
Refresh E-Ink to show changes in GPS icon
2024-09-06 11:25:41 +12:00
Benjamin Faershtein
972a5d5779
Update Pull Request Template
2024-09-05 14:25:34 -07:00
Thomas Göttgens
7c6454f171
bring 2.4G back in line with preset bandwidth ( #4634 )
2024-09-05 15:49:08 -05:00
Tom Fifield
9e55e6befb
Minor GPS fixes ( #4630 )
...
1. Remove unused line in GPS::probe
2. update new PositionModule::hasQualityTimeSource to handle
MESHTASTIC_EXCLUDE_GPS
2024-09-05 06:16:06 -05:00
rcarteraz
1d3d44061b
lol of course trunk fmt
2024-09-04 15:33:28 -07:00
rcarteraz
4d57c99ad1
add ticks
2024-09-04 15:28:17 -07:00
rcarteraz
22e23997c1
Merge branch 'master' into add-contributing-file
2024-09-04 15:27:11 -07:00
rcarteraz
8d29ce939d
changes from feedback
2024-09-04 15:27:00 -07:00
gitbisector
bb9ddcf2b5
Same priority packets processed in enqueue order ( #4608 )
...
* Same priority packets processed in enqueue order
* Prefer same prio pkts on mesh over new ones.
---------
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-09-04 08:31:30 -05:00
Thomas Göttgens
ff40a3f120
fix RF switch for Tracker E ( #4621 )
...
* fix RF switch for Tracker E
* fix all flags for Radiolib
* hopefully fix LR1110
* update to latest radiolib master - thanks @GUVWAF
2024-09-03 14:21:40 -05:00
Thomas Göttgens
8b1d7825b9
Merge pull request #4612 from meshtastic/Tracker-1000E
...
several small changes for Tracker 1000E
2024-09-03 14:33:03 +02:00
Thomas Göttgens
6fc4a1754b
Radiolib API Changes
2024-09-03 13:12:39 +02:00
Thomas Göttgens
d83f8edd54
include radiolib CRC fix
2024-09-03 12:09:53 +02:00
Thomas Göttgens
543e7f3342
add generic bootloaders by @markbirss
2024-09-03 12:03:06 +02:00
Thomas Göttgens
f9e513f4fd
Merge branch 'Tracker-1000E' of github.com:meshtastic/firmware into Tracker-1000E
...
# Conflicts:
# src/mesh/LR11x0Interface.cpp
2024-09-03 09:59:44 +02:00
Thomas Göttgens
7dad2286e2
trunk fmt
2024-09-03 09:58:27 +02:00
Thomas Göttgens
190c7ecdd4
Update Erase tool for legacy softdevices to V3
2024-09-03 09:26:41 +02:00
Thomas Göttgens
8598645931
- use setRfSwitchTable
...
- ditch Godmode
- fixes Signedness Error in Loop.
- add V3 factory erase for 7.3.0 softdevice
2024-09-03 09:26:41 +02:00
Thomas Göttgens
3bb1cb8f1d
Update Erase tool for legacy softdevices to V3
2024-09-03 09:25:33 +02:00
Tom Fifield
cdea602181
Remove unused define ( #4620 )
...
Neither RF95_DIO2 nor LORA_DIO2 are found anywhere in the code.
2024-09-02 20:08:02 -05:00
Ben Meadors
b526a3ad53
Own node should be favorited and have zero hops away ( #4618 )
2024-09-02 17:51:02 -05:00