Thomas Göttgens
|
7652253b8d
|
optimize BME680 usage
|
2022-11-06 10:37:14 +01:00 |
|
Thomas Göttgens
|
3d9633a56c
|
Different Sensor access, should prevent overheating/wrong measurements.
|
2022-11-05 20:12:41 +01:00 |
|
Thomas Göttgens
|
09cdc20440
|
manual merge of changes from Master
|
2022-11-04 19:56:44 +01:00 |
|
Thomas Göttgens
|
09ddde177c
|
codec2 Audio Support for SX1280 (untested)
|
2022-11-02 18:23:41 +01:00 |
|
Sacha Weatherstone
|
b24caa1e06
|
Update links
|
2022-10-31 17:32:38 +10:00 |
|
Ben Meadors
|
311835a231
|
Implement extended device metadata (#1874)
* Implement extended device metadata
* HAS_BLUETOOTH should be global
|
2022-10-30 10:02:11 -05:00 |
|
Thomas Göttgens
|
62b3509009
|
missed one
|
2022-10-22 14:13:45 +02:00 |
|
Thomas Göttgens
|
d817889255
|
don't depend on EXT_NOTIFY_OUT being defined.
|
2022-10-22 13:45:43 +02:00 |
|
Thomas Göttgens
|
d4ddcdd91e
|
use PWM buzzer on notification module. To activate set moduleConfig.external_notification.output equal to the PIN_BUZZER. If another value is set, the traditional digital mode is used
|
2022-10-22 13:35:34 +02:00 |
|
Ben Meadors
|
d4ea9568ac
|
Save devicestate (nodedb) on position config change (#1829)
|
2022-10-20 13:14:53 -05:00 |
|
Ben Meadors
|
056a93f0c9
|
Consolidate reboots (#1827)
|
2022-10-19 19:19:04 -05:00 |
|
Ben Meadors
|
b0d05522c0
|
Make telemetry packets minimum priority (#1810)
|
2022-10-16 15:59:59 -05:00 |
|
Ben Meadors
|
fc57a9daa4
|
Send environment telemetry every minute (#1808)
|
2022-10-16 11:36:38 -05:00 |
|
Ben Meadors
|
efe2e90a03
|
Merge branch 'master' into nmea-serial
|
2022-10-16 09:59:30 -05:00 |
|
Ben Meadors
|
45f9dee89a
|
Telemetry phone api guard (#1805)
* Delay start of telemetry modules
* Don't send unless our toPhoneQueue is empty
* Get wrecked, checks!
|
2022-10-16 09:58:58 -05: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 |
|
Ben Meadors
|
7fde56b8ac
|
Make telemetry logging more concise (#1804)
* Make telemetry logging more concise
* Whoops
|
2022-10-15 18:48:34 -05:00 |
|
Ben Meadors
|
6b614a2d6a
|
Added LPS22HB (RAK-1902) sensor support (#1802)
|
2022-10-15 14:55:57 -05:00 |
|
Ben Meadors
|
a3e67f8e4b
|
SHTC3 Sensor (RAK-1901) support (#1800)
|
2022-10-15 09:11:05 -05:00 |
|
Ben Meadors
|
028b25cfe8
|
Change RTCQuality acceptance criteria (#1797)
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
|
2022-10-14 19:12:55 -05:00 |
|
Ben Meadors
|
2555e082d6
|
Add nrf52 to serial module registration (#1799)
* Add nrf52 to serial module registration
* Update Modules.cpp
* Update Modules.cpp
* Update Modules.cpp
|
2022-10-14 11:38:56 -05: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 |
|
Ben Meadors
|
434db4347b
|
Send device telemetry to phone every minute (#1784)
|
2022-10-11 10:21:30 -05: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 |
|
Sacha Weatherstone
|
a17c40ad09
|
Merge branch 'master' into ota
|
2022-10-09 16:44:24 +10: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 |
|
Ben Meadors
|
511fe23b8a
|
Merge branch 'master' into ota
|
2022-10-08 08:22:16 -05:00 |
|
Thomas Göttgens
|
5572195af9
|
Fix another crash in Canned Messages
|
2022-10-08 14:52:21 +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
|
a5761069ca
|
Finalize destination selection. Primary Channel only for now.
|
2022-10-07 18:40:15 +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
|
1d09beb8a7
|
word wrap long input and fix compiler warnings
|
2022-10-06 18:40:31 +02:00 |
|
Thomas Göttgens
|
a17ddaa951
|
Use small font for freetext messages
|
2022-10-06 17:24:08 +02:00 |
|
Thomas Göttgens
|
e34ada3ff1
|
support RAK14004 in Canned Messages
|
2022-10-06 16:00:33 +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
|
3597685b23
|
Only save the changed parts of config to disk.
|
2022-10-04 14:32:07 +02:00 |
|
Thomas Göttgens
|
cf124d97b8
|
Clean up GPS code and add some flags per #1740
|
2022-10-03 20:30:11 +02:00 |
|
Ben Meadors
|
ac235bcabb
|
Reset nodedb wiring (#1724)
|
2022-09-28 16:47:26 -05:00 |
|
Thomas Göttgens
|
8f84f7c0a5
|
fixes #1669
|
2022-09-27 14:03:02 +02:00 |
|
Thomas Göttgens
|
4949bda606
|
Don't delete OEM.proto on factory reset
|
2022-09-23 19:52:42 +02:00 |
|
Thomas Göttgens
|
e8f4a8b739
|
Merge branch 'master' into ESPIDF-Littlefs
|
2022-09-23 18:45:37 +02:00 |
|
Ben Meadors
|
8ef510035d
|
Owner reboot (#1716)
|
2022-09-22 08:02:58 -05:00 |
|
Thomas Göttgens
|
b5a8efa16b
|
Filesystem fixes for LittleFS
|
2022-09-21 16:47:10 +02:00 |
|
Thomas Göttgens
|
011db443ba
|
Bugfixes in Freetext Module.
- work without fixed messages defined
- honour cursor position on backspace
- don't send an empty string
- compiler warnings in font engine fixed
|
2022-09-21 10:42:10 +02:00 |
|
Thomas Göttgens
|
b73e240f4d
|
relative paths are relative
|
2022-09-20 16:36:50 +02:00 |
|