bcb64d8a4c
* companion: fix for _GET_STATUS response
Scott Powell2025-05-05 11:49:17 +10:00
cb80ceee47
* companion: protocol ver bump to 5 * companion: new prefs: telemetry_mode_base, telemetry_mode_loc * companion: CMD_SET_OTHER_PARAMS, now optionally can set telemetry_modes
Scott Powell2025-05-05 11:21:55 +10:00
678f36a57b
Implement getTextWidth for display classes
JQ2025-05-04 18:17:18 -07:00
8f32ee61ce
no need for prefs check before prefs are loaded
liamcottle2025-05-05 11:34:02 +12:00
0bccf29f64
use hex of first 4 bytes of identity public key as default node name
liamcottle2025-05-05 11:21:31 +12:00
e442e94e3d
* SensorManager: now can influence advert lat/lon, new custom name:value pairs for custom settings (eg, gps on/off) * companion: new CMD_GET_CUSTOM_VARS, CMD_SET_CUSTOM_VAR * T1000e: now supports "gps" custom setting (value "0" or "1")
Scott Powell2025-05-05 00:15:35 +10:00
933e7ba847
t1000e quick and dirty integration of gps into telemetry framework
Florent2025-05-03 17:00:53 +02:00
b407f923e0
initial support for Elecrow ThinkNode M1
recrof2025-05-03 15:42:10 +02:00
1e031e989d
Merge branch 'dev' of github.com:recrof/MeshCore into dev
recrof2025-05-03 14:59:06 +02:00
26f01e0605
* companion: new CMD_SEND_TELEMETRY_REQ, PUSH_CODE_TELEMETRY_RESPONSE
Scott Powell2025-05-03 20:08:44 +10:00
99774f10ac
* new: SensorManager * BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling. * companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03). * dependency: added CayenneLPP to libdeps * all target.* modules now with a stub 'sensors' object.
Scott Powell2025-05-03 13:14:03 +10:00
6aa4df6ca5
Merge pull request #242 from fdlamotte/xiao-nrf52_pindef_in_config
ripplebizandGitHub2025-05-03 12:10:44 +10:00
e1c3dfca92
xiao-nrf : move pindef in pio.ini
Florent2025-05-02 08:27:26 +02:00
c0870960d6
* repeater CLI: 'neighbors' command now responds with "-none-" if no neighbors
Scott Powell2025-05-02 13:24:06 +10:00
0fc4d244ea
Add .direnv/ to .gitignore. This is the directory that holds the nix-generated development environment
Jeremy O'Brien2025-04-24 12:18:22 -04:00
669597ea4f
bugfix: only include SSD1306Display during build
recrof2025-04-23 10:43:56 +02:00
a87b5231cc
* RP2040 IdentityStore begin(), to ensure mkdir()
Scott Powell2025-04-22 15:26:04 +10:00
2ba3f42f30
Merge pull request #217 from AeroXuk/feature/rp2040_picow_dev
ripplebizandGitHub2025-04-22 15:04:09 +10:00
26efe2fb19
Hopefully the correct ADC_MULTIPLIER value.
AeroXuk2025-04-21 23:01:44 +01:00
4d9964ff98
Correct opens to use "w" filemode instead of "w+" filemode.
AeroXuk2025-04-21 21:49:41 +01:00
b1c8963e1e
Merge 'dev' into 'feature/rp2040_picow_dev'.
AeroXuk2025-04-21 21:21:10 +01:00
99246e6b6f
Added Pi PIcoW support in the following modes: - Companion Radio over USB Serial - Repeater - Room Server - Terminal Chat
AeroXuk2025-04-21 21:17:03 +01:00