Ben Meadors
97968213ff
Factory reset should include modules and channels ( #1828 )
2022-10-20 07:51:52 -05:00
Thomas Göttgens
995885962d
Merge pull request #1826 from meshtastic/oem-proto
...
wire in OEM.proto keystore
2022-10-20 09:10:01 +02:00
Ben Meadors
ddc1928bbb
Merge branch 'master' into oem-proto
2022-10-19 19:22:35 -05:00
Ben Meadors
056a93f0c9
Consolidate reboots ( #1827 )
2022-10-19 19:19:04 -05:00
Ben Meadors
3d9845ff6d
Update checkout version and release string
2022-10-19 11:43:24 -05:00
Ben Meadors
b615463981
Update download-artifiact version
2022-10-19 11:35:25 -05:00
Ben Meadors
d3540e82ff
I think these tokens are extra
2022-10-19 10:44:09 -05:00
Ben Meadors
15ec8ba6a3
Whoops
2022-10-19 08:58:14 -05:00
Ben Meadors
db12eab083
Update setup-python
2022-10-19 08:51:00 -05:00
Thomas Göttgens
7d8c77a4b2
Merge branch 'master' into oem-proto
2022-10-19 15:42:21 +02:00
Thomas Göttgens
7c8c479b96
wire in OEM.proto keystore
2022-10-19 15:39:06 +02:00
Ben Meadors
e29ae1cc91
Update upload-artifact version
2022-10-19 08:11:28 -05:00
Ben Meadors
089dd5b4d7
Update github cache action version
2022-10-19 07:38:44 -05:00
Ben Meadors
06285b599c
Update deprecated ::set-output commands
2022-10-19 07:35:16 -05:00
Thomas Göttgens
1b6395b4e4
Merge pull request #1825 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-19 13:45:12 +02:00
caveman99
2236f74a55
[create-pull-request] automated change
2022-10-19 11:44:12 +00:00
Thomas Göttgens
43c9ab1faa
Merge pull request #1824 from meshtastic/caveman99-patch1
...
Dont retransmit packets destined for ourselves.
2022-10-19 11:56:44 +02:00
Thomas Göttgens
b56f9b3b16
Dont retransmit packets destined for ourselves.
...
Solves assert failed: virtual ErrorCode Router::send(MeshPacket*) Router.cpp:189 (p->to != nodeDB.getNodeNum())
2022-10-19 11:44:26 +02:00
Thomas Göttgens
303396dfc3
Merge pull request #1823 from meshtastic/json-cleanup
...
Json cleanup
2022-10-19 11:20:24 +02:00
Thomas Göttgens
075a53ced0
Update MQTT.cpp
2022-10-19 11:04:13 +02:00
Thomas Göttgens
18ccb38824
Update MQTT.cpp
2022-10-19 11:01:23 +02:00
Thomas Göttgens
c97831963b
just for good measure, correct json type field
2022-10-19 10:58:46 +02:00
Thomas Göttgens
7c3dc076d2
only convert and send JSON topics with type 'sendtext'
2022-10-19 10:54:56 +02:00
Thomas Göttgens
b859347ecd
Merge pull request #1822 from meshtastic/json-cleanup
...
possible fix for stuck MQTT handler.
2022-10-19 00:02:00 +02:00
Thomas Göttgens
ea87193c8f
possible fix for stuck MQTT handler.
2022-10-18 21:51:40 +02:00
Thomas Göttgens
c1381b9ebd
Merge pull request #1818 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-18 12:21:02 +02:00
caveman99
227cd93e67
[create-pull-request] automated change
2022-10-18 10:20:06 +00:00
Thomas Göttgens
f68f8e5547
Merge pull request #1817 from meshtastic/json-cleanup
...
fix JSON red herring error messages and Redirectable Print's new fixed buffer
2022-10-18 11:57:11 +02:00
Thomas Göttgens
943e6f02d4
Merge branch 'master' into json-cleanup
2022-10-18 11:18:34 +02:00
Thomas Göttgens
01298a7b01
Update RedirectablePrint.cpp
2022-10-18 11:18:12 +02:00
Thomas Göttgens
46aee8274f
fix JSON red herring error messages and Redirectable Print's new fixed buffer.
2022-10-18 11:16:21 +02:00
Thomas Göttgens
f76a2eeb9e
Merge pull request #1816 from meshtastic/wifi-disconnect-fix
...
If wifi credentials ever go stale, dump them.
2022-10-18 11:15:19 +02:00
Thomas Göttgens
3b7c0be842
don't irritate people with non working options
2022-10-18 10:30:50 +02:00
Thomas Göttgens
49378a9145
If wifi credentials ever go stale, dump them.
...
This solves the dreaded 5 - STA_DISCONNECTED / 2 - AUTH_EXPIRE loops
2022-10-18 10:16:47 +02:00
Thomas Göttgens
139f61d03e
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-17 16:45:28 +02:00
Ben Meadors
f10d04591d
Don't make a nested json object payload ( #1815 )
2022-10-17 09:09:28 -05:00
Thomas Göttgens
e65d9e8ccd
Add support for SX1281 on 2.4 GHz ( #1809 )
...
* Add support for SX1281 on 2.4 GHz
* only allow wide BW settings when the right chip is detected
* portduino cannot use this chip yet as it uses an old modified version of radiolib
* missed a spot
* Attempt to supress false positive
* Attempt to supress false positive
* Trying casing from the cpp-check manual
* Trying casing from the cpp-check manual
* Inline suppr should be default but...
* Maybe casting it will make the damn thing shut up
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2022-10-17 08:33:41 -05:00
Ben Meadors
1fc3c0af70
Update variant.h ( #1814 )
2022-10-17 08:07:18 -05:00
Thomas Göttgens
e4751e34ae
missed a spot
2022-10-17 10:34:43 +02:00
Thomas Göttgens
e922169e72
Merge branch 'LORA-24' of github.com:meshtastic/Meshtastic-device
2022-10-17 10:32:35 +02:00
Thomas Göttgens
2b851ef6ae
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-17 10:32:05 +02:00
Thomas Göttgens
5f4b93aba2
portduino cannot use this chip yet as it uses an old modified version of radiolib
2022-10-17 10:31:29 +02:00
Thomas Göttgens
b66d1a5dab
Merge branch 'master' into LORA-24
2022-10-17 10:05:15 +02:00
Thomas Göttgens
867525eff8
Merge pull request #1813 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-17 10:05:00 +02:00
caveman99
7dcc981a2c
[create-pull-request] automated change
2022-10-17 08:04:36 +00:00
Thomas Göttgens
38fed8a61e
Merge branch 'LORA-24' of github.com:meshtastic/Meshtastic-device
2022-10-17 10:00:41 +02:00
Thomas Göttgens
31c2c8a7a3
only allow wide BW settings when the right chip is detected
2022-10-17 10:00:00 +02:00
Thomas Göttgens
a081d28e36
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-17 09:45:39 +02:00
Ben Meadors
93bb4f84f9
Merge branch 'master' into LORA-24
2022-10-16 17:27:18 -05:00
github-actions[bot]
72e04edd7f
[create-pull-request] automated change ( #1812 )
...
Co-authored-by: thebentern <thebentern@users.noreply.github.com>
2022-10-16 17:26:55 -05:00