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
Thomas Göttgens and Ben Meadors
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
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
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
Thomas Göttgens
f6119639bb
Add support for SX1281 on 2.4 GHz
2022-10-16 19:07:58 +02:00
Thomas Göttgens
d8f44d7b1b
Merge pull request #1807 from meshtastic/nmea-serial
...
Add NMEA output mode to serial module
2022-10-16 17:15:24 +02:00
Thomas Göttgens
cc73d2c2f2
Sigh...
2022-10-16 16:51:17 +02:00
Thomas Göttgens
b1f789dddd
fix cppcheck
2022-10-16 16:45:32 +02:00
Thomas Göttgens
d3e9dbf6a9
Add NMEA output mode (my own position, and other devices as waypoints) to serial module
2022-10-16 16:37:38 +02:00
Thomas Göttgens
44529620ad
Merge pull request #1806 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-16 16:25:34 +02:00
Thomas Göttgens
27bcf67c0c
add routine to output waypoint data
2022-10-16 12:28:49 +02:00
Thomas Göttgens
f8fa721c72
Merge pull request #1798 from meshtastic/i2cscan
...
Scan for I2C devices twice on all CPU's
2022-10-14 15:33:46 +02:00
Thomas Göttgens
a7e0127793
scan i2c twice for all devices, not just tbeam
2022-10-13 23:46:25 +02:00
Thomas Göttgens
603f60d86a
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-13 19:13:09 +02:00
Thomas Göttgens
6febf6b17c
Merge pull request #1796 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-13 17:58:41 +02:00
Thomas Göttgens
4fa8d02b08
update FromRadio UUID for nRF52 devices ( #1795 )
2022-10-13 09:32:54 -05:00
Thomas Göttgens
efa423c8ad
update FromRadio UUID for nRF52 devices
2022-10-13 16:20:27 +02:00
Thomas Göttgens
43fb0d80f1
Merge pull request #1794 from meshtastic/canned-spice
...
Display looks better that way...
2022-10-13 15:56:13 +02:00
Thomas Göttgens
b25ace14e5
Update CannedMessageModule.h
2022-10-13 15:44:27 +02:00
Thomas Göttgens
8734751bc4
make screen timeout work again
2022-10-13 15:31:57 +02:00
Thomas Göttgens
5559a1edb0
Display looks better that way...
2022-10-13 15:22:57 +02:00
Thomas Göttgens
bf503354f3
Merge pull request #1792 from meshtastic/atecca
...
Support for ATECCA608B Cryptographic Coprocessor
2022-10-13 14:34:44 +02:00
Thomas Göttgens
7b10441a28
update raspberry pi framework some more...
2022-10-13 14:21:48 +02:00
Thomas Göttgens
994e396c00
update Raspberry Pico Framework
2022-10-13 13:57:17 +02:00
Thomas Göttgens
6e22ee9061
make nRF52 happy
2022-10-13 13:31:19 +02:00
Thomas Göttgens
b5fb0f60b0
don't compile on Portduino
2022-10-13 13:01:24 +02:00
Thomas Göttgens
a7fe69ed6b
Support for ATECCA608B Cryptographic Coprocessor
2022-10-13 12:55:28 +02:00
Thomas Göttgens
7f05298172
Merge pull request #1790 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-13 08:45:13 +02:00
Thomas Göttgens
49a9973548
Merge pull request #1788 from meshtastic/bug-1787
...
fixes #1787
2022-10-12 13:26:21 +02:00
Thomas Göttgens
18af9d734d
fixes #1787
2022-10-12 13:13:02 +02:00
Thomas Göttgens
b2c3b405b1
Merge pull request #1783 from meshtastic/ota
...
debug print on early boot when OTA firmware is detected.
2022-10-10 23:40:19 +02:00
Thomas Göttgens
4bc8f6a6b9
Merge branch 'master' into ota
2022-10-10 23:14:26 +02:00
Thomas Göttgens
4534d17d79
debug print on early boot when OTA firmware is detected.
2022-10-10 23:05:24 +02:00
Thomas Göttgens
f8982ddaf8
Best Practise Platformio 6.x dependency definitions
2022-10-10 15:42:05 +02:00
Thomas Göttgens
784cd8c6f1
Merge pull request #1768 from meshtastic/nrf52-Rollup
...
Nrf52 rollup
2022-10-10 15:30:45 +02:00
Thomas Göttgens
c3ab8f12cf
Merge branch 'master' into nrf52-Rollup
2022-10-10 15:09:49 +02:00
Thomas Göttgens
b5adb7babc
Update nrf52840.ini
2022-10-10 15:09:31 +02:00
Thomas Göttgens
62c809a596
Merge pull request #1782 from meshtastic/lora-freq-check
...
Lora freq check
2022-10-10 12:53:14 +02:00
Thomas Göttgens
d2fe4426c1
Revert Platform Change for now.
2022-10-10 12:32:08 +02:00
Thomas Göttgens
984f0ca12c
check allowed range for lora.channel_num
2022-10-10 12:28:31 +02:00
Thomas Göttgens
9d3eba9ea4
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-10 12:15:09 +02:00
Thomas Göttgens
323f81eaba
Merge branch 'master' into nrf52-Rollup
2022-10-10 12:06:44 +02:00
Thomas Göttgens
8d0e25fd82
Merge pull request #1770 from meshtastic/ota
...
Switch to OTA firmware
2022-10-09 11:54:16 +02:00
Thomas Göttgens
20eaddee58
- fix conditional include for nRF52 (no OTA there)
...
- fix compiler warning in Canned Messages
2022-10-09 11:35:19 +02:00
Thomas Göttgens
30b1bd85d9
fix build for non-esp32
2022-10-09 11:19:33 +02:00
Thomas Göttgens
09cce094d1
Merge branch 'master' into ota
2022-10-09 11:00:20 +02:00
Thomas Göttgens
33a208e3c4
Merge pull request #1777 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-09 11:00:01 +02:00
Thomas Göttgens
137a8dcfdf
Merge pull request #1775 from meshtastic/i2cscan-fix
...
move and repeat i2c scan to fix BLE PIN
2022-10-08 17:52:32 +02:00
Thomas Göttgens
b2d753ed86
move and repeat i2c scan to fix BLE PIN
2022-10-08 17:36:39 +02:00
Thomas Göttgens
6e40102f26
- use bigger screen fonts on Wiphone
...
- erase oldest entry from NodeDB if it is full.
2022-10-08 17:07:16 +02:00
Thomas Göttgens
e433895873
Merge pull request #1773 from meshtastic/canned-messages
...
Fix another crash in Canned Messages
2022-10-08 15:09:58 +02:00
Thomas Göttgens
5572195af9
Fix another crash in Canned Messages
2022-10-08 14:52:21 +02:00
Thomas Göttgens
cb956cd35b
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-08 14:35:07 +02:00
Thomas Göttgens
8681489cb7
Merge pull request #1771 from meshtastic/compass-size
...
Scale Compass circle to bigger screens
2022-10-08 13:22:14 +02:00
Thomas Göttgens
ed328766b2
Scale Compass circle to bigger screens
2022-10-08 12:32:48 +02:00
Thomas Göttgens
fb852ee6eb
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-08 11:25:46 +02:00
Thomas Göttgens
a6ee708b90
Merge branch 'master' into ota
2022-10-08 11:21:33 +02:00
Thomas Göttgens
c9398e7b8a
- prevent crash when no messages defined
...
- remove debug print
2022-10-08 11:20:54 +02:00
Thomas Göttgens
b591e35442
Switch to OTA firmware
2022-10-08 11:10:29 +02:00
Thomas Göttgens
e50e15dc04
Merge pull request #1769 from meshtastic/RTC
...
1.0.1 RTC LIB is released on PIO Registry
2022-10-08 11:09:54 +02:00
Thomas Göttgens
d4e65d8607
1.0.1 RTC LIB is released on PIO Registry
2022-10-08 11:09:16 +02:00
Thomas Göttgens
63ced7da7c
use upstream nRF52 toolkit. (TEST)
...
also RTC Lib 1.0.1 is finally out.
2022-10-07 20:28:20 +02:00
Thomas Göttgens
03868d05db
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-07 20:23:00 +02:00
Thomas Göttgens
186374525a
Don't mix MQTT Payloads of Firmware 1.2 and 1.3/2.0 ( #1767 )
2022-10-07 12:54:42 -05:00
Thomas Göttgens
f116585c2a
Don't mix MQTT Payloads of Firmware 1.2 and 1.3/2.0
2022-10-07 19:26:45 +02:00
Thomas Göttgens
f4945729bc
Merge pull request #1766 from meshtastic/new-sounds
...
use F# as startup and shutdown sound triple
2022-10-07 19:16:50 +02:00
Thomas Göttgens
a3c76232c8
use F# as startup and shutdown sound triple. The existing tuuut-tut-tut was getting on my nerves
2022-10-07 19:03:49 +02:00
Thomas Göttgens
5bc41118e2
Merge pull request #1760 from meshtastic/support-rak14004
...
Use small font for freetext messages
2022-10-07 18:58:28 +02:00
Thomas Göttgens
9445a96b3a
Merge branch 'support-rak14004' of github.com:meshtastic/Meshtastic-device
2022-10-07 18:40:51 +02:00
Thomas Göttgens
a5761069ca
Finalize destination selection. Primary Channel only for now.
2022-10-07 18:40:15 +02:00
Thomas Göttgens
2d4bfe183c
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-07 16:42:29 +02:00
Thomas Göttgens
cefd4cd647
Merge pull request #1762 from meshtastic/create-pull-request/patch
...
Changes by create-pull-request action
2022-10-06 23:15:59 +02:00
Thomas Göttgens
7cda61ca01
- preliminary work for node selection
...
- show sending screen on immediate click
2022-10-06 22:34:55 +02:00
Thomas Göttgens
98e1d52eaa
Merge branch 'support-rak14004' of github.com:meshtastic/Meshtastic-device
2022-10-06 18:41:33 +02:00
Thomas Göttgens
1d09beb8a7
word wrap long input and fix compiler warnings
2022-10-06 18:40:31 +02:00
Thomas Göttgens
d44cce2928
Merge branch 'master' of github.com:meshtastic/Meshtastic-device
2022-10-06 17:24:48 +02:00
Thomas Göttgens
51b3d4d06e
Merge branch 'master' into support-rak14004
2022-10-06 17:24:33 +02:00
Thomas Göttgens
a17ddaa951
Use small font for freetext messages
2022-10-06 17:24:08 +02:00
Thomas Göttgens
9bd925226c
Merge pull request #1759 from meshtastic/support-rak14004
...
support RAK14004 in Canned Messages
2022-10-06 16:37:25 +02:00
Thomas Göttgens
e34ada3ff1
support RAK14004 in Canned Messages
2022-10-06 16:00:33 +02:00
Thomas Göttgens
1ec1ff0773
Merge pull request #1758 from andrekir/PCF8563-lib
...
update PCF8563_Library to 1.0.0
2022-10-06 09:12:38 +02:00
Thomas Göttgens
7f935717db
Update platformio.ini
2022-10-06 08:56:02 +02:00
Thomas Göttgens
5b1d3a0c51
Update platformio.ini
2022-10-06 08:55:58 +02:00
Thomas Göttgens
46a9bb3f7d
Merge pull request #1755 from meshtastic/gps-rollup
...
GPS Rollup, incorporates changes from @pmarches and @lewisxhe
2022-10-05 15:32:27 +02:00
Thomas Göttgens
62498d0935
GPS Rollup, incorporates changes from @pmarches and @lewisxhe
2022-10-05 14:59:07 +02:00
Thomas Göttgens
c70184fbed
Merge pull request #1754 from meshtastic/issue-1707
...
wire in part 2 of serial mode - implements #1228
2022-10-05 13:45:11 +02:00
Thomas Göttgens
4d2cb45f9f
wire in part 1 of serial mode... select if you want textmsg or own portnum via config.
2022-10-05 11:39:50 +02:00
Thomas Göttgens
e5605cc6fe
Merge pull request #1753 from meshtastic/bug-1713
...
fix #1713
2022-10-05 10:51:56 +02:00
Thomas Göttgens
f7331a2e41
fix #1713
...
stop output to serial debug after config has been loaded (if serial is disabled), and only accept protobuf packets from that point on.
2022-10-05 10:33:39 +02:00
Thomas Göttgens
838271a14f
Merge pull request #1751 from rjmcdougall/radiolib-5.4.0-fix
...
Switch to 5.4.0 using latest fix (170ce9) to error check after calibr…
2022-10-05 09:25:05 +02:00