Michael Graff
7c2b4d88be
WiFi on/off tri-state: on when SSID set unless explicitly disabled; PicoW ships no default SSID
2026-09-06 22:18:00 -05:00
Michael Graff
b11a779843
Address review: per-variant wifi src, real SSID reply, rename PicoW env
2026-09-06 21:28:04 -05:00
Michael Graff
b9fa450f52
Fix review findings on Pico W WiFi/BLE
2026-09-06 20:43:37 -05:00
Michael Graff
88cc014f55
Add BLE companion support for Pico W
2026-09-06 20:15:45 -05:00
Michael Graff
0b2c47a932
Add WiFi companion support for Pico W
...
SerialWifiInterface has no ESP32-specific code, so move it to
helpers/wifi and reuse it on RP2040. Guard the ESP32-only WiFi
event/auto-reconnect calls and poll link state on RP2040 instead.
2026-09-05 23:15:13 -05:00
Liam Cottle
65aa1138ae
Merge pull request #3319 from oltaco/w12_txpower
...
Fix Meshnology W12 TX power
2026-09-01 23:06:58 +12:00
Aleksei Mamlin
1d9a62ca4a
companion: get/set timezone offset for clock
...
* Add tz_offset companion prefs and get/set commands for companion cli
* Use tz_offset for clock on display
Signed-off-by: Aleksei Mamlin <mamlinav@gmail.com >
2026-08-31 09:08:22 +03:00
taco
e6897e8bb7
fix Meshnology W12 TX power
2026-08-29 15:22:54 +10:00
Liam Cottle
1c3248902a
Merge pull request #3298 from meshcore-dev/companion-cli
...
Companion CLI
2026-08-27 18:17:10 +12:00
Scott Powell
9ab13158cb
* fix for RPI Picow
2026-08-25 19:04:32 +10:00
liamcottle
7dc2d54818
add UI_NO_HIBERNATE build flag to disable hibernate screen on wio tracker l1
2026-08-24 13:45:19 +12:00
Scott Powell
a1cf5bd806
* refactored 'FEM' commands for HeltecTrackerV2 & HeltecV4
2026-08-24 02:16:18 +10:00
Scott Powell
47b0b7b3b8
* T096, and Station G3: refactoring the 'FEM' prefs to variant-specific code
...
* CommonCLI: 'FEM' commands removed
* introduced static no-op attachDynamicPrefs() for all boards
2026-08-24 01:50:22 +10:00
liamcottle
0b652b5629
add support for rak12500 and rak12501 gps on rak3401
2026-08-22 16:16:32 +12:00
ripplebiz
a570911fe9
Merge pull request #3236 from DominikTyrala/fix/c3_partition_setup
...
Fix Seeed C3 radio BLE exceeding flash size
2026-08-20 13:38:26 +10:00
fdlamotte
29b33467fb
Merge pull request #3180 from fdlamotte/thinknode_m8
...
thinknode_m8: initial support
adds some functionalities to ui_task and epddisplay:
epd display,
- supports screen off, and clear screen
- supports forcing full refresh every N partial refreshes (off by default, configured to 60 for M8)
ui_task
- UI_SHOW_CLOCK flag to display clock on first screen
- rotary button can act like joystick (with regards to Enter key), defaults to old config for existing nodes
- screen off on long press when using rotary button (very handy for the watch)
2026-08-18 09:33:42 -04:00
Rastislav Vysoky
d65da5a81a
fix: move MeshadventurerBoard.h to correct location
2026-08-18 13:51:55 +02:00
Dominik Tyrala
38f10cd12b
Fixes BLE exceeding flash size
2026-08-18 09:34:34 +02:00
Florent
de0d5031de
M8: preview messages up to 164 cars
2026-08-17 09:24:17 -04:00
taco
7cd1d207af
Fix LilyGo T-Echo Lite SPI pins
2026-08-13 00:53:58 +10:00
taco
c2a4ef082f
Fix Heltec MeshPocket SPI pins
2026-08-13 00:15:34 +10:00
taco
3ea541f1f2
Fix Heltec T1 pin definitions
...
SPI pins that are set to -1 cause OOB reads on NRF52. The unused Serial2 pin definitions were removed to avoid potential issues with the Uart framework.
2026-08-13 00:12:37 +10:00
ripplebiz
e9edfc8e1a
Merge pull request #3188 from oltaco/heltec-t096-pin-fix
...
Fix Heltec T096 Tx issue
2026-08-12 23:00:31 +10:00
taco
49d9f9a839
Heltec T096: fix PIN_SPI1_MISO
...
Setting SPI pins to values that are OOB of the g_ADigitalPinMap[] array causes OOB reads. This variant.h has pin 0 as 0xFF which passes through as NRFX_SPIM_PIN_NOT_USED.
2026-08-12 22:31:57 +10:00
taco
264d778168
Revert "T096 PA_CTX pin direction workaround"
...
This reverts commit 82de18fb0e .
2026-08-12 22:28:05 +10:00
ripplebiz
956094b271
Merge pull request #3185 from oltaco/fix-techo-card-txco-voltage
...
Set T-Echo Card TCXO voltage to 3.0
2026-08-12 18:13:44 +10:00
ripplebiz
a4ab7f0e59
Merge pull request #3137 from agessaman/feat/station-g3-fem-prefs
...
Station G3: Expose, persist, and apply FEM gain preferences
2026-08-12 16:11:23 +10:00
taco
9d6dcc673e
set T-Echo Card TCXO voltage to 3.0
...
as per https://github.com/meshcore-dev/MeshCore/pull/3140 and https://github.com/Xinyuan-LilyGO/T-Echo-Lite/issues/14
2026-08-12 16:08:05 +10:00
taco
82de18fb0e
T096 PA_CTX pin direction workaround
2026-08-12 14:07:31 +10:00
Florent
3e82827706
thinknode_m8: initial support
2026-08-11 17:37:35 -04:00
Rastislav Vysoky
5cce5cfe97
removed misleading 'GPIO' from pin numbers
2026-08-11 10:37:20 +02:00
Rastislav Vysoky
a82dc1b9da
make promicro pinmap more tidy, move the LoRa pins to variant.h
2026-08-10 20:13:59 +02:00
ripplebiz
9941669fd5
Merge pull request #3142 from oltaco/buildfix-userbtn
...
Build fix for R1 Neo and Minewsemi repeater
2026-08-10 13:30:24 +10:00
Huw Duddy
a1c50e15dd
Merge pull request #3148 from recrof/add-missing-kiss-radio
...
add missing kiss radio roles, add kiss radio build to build.sh
2026-08-09 22:22:08 +10:00
Rastislav Vysoky
c2d57f08c8
add missing kiss radio roles, add kiss radio build to build.sh
2026-08-09 14:17:18 +02:00
Huw Duddy
f310afb5e5
Merge pull request #3140 from entr0p1/fix/techo-lite-pins
...
Lilygo T-Echo Lite Pin Fixes
2026-08-09 22:06:21 +10:00
taco
39934d6999
minewsemi: build fix and platformio.ini tidy up
...
fixes minewsemi repeater failing build due to user_btn missing.
2026-08-09 18:33:27 +10:00
taco
e8bbcd4580
R1 neo: remove stray lib_deps entry
2026-08-09 16:51:45 +10:00
taco
b75a548d7f
build fix for R1 Neo repeater
...
added missing declarations for user_btn and NullDisplayDriver
2026-08-09 16:50:44 +10:00
entr0p1
5732b2edd8
Lilygo T-Echo Lite Pin Fixes
...
- Aligned to Lilygo's updated schematic and pin map as per https://github.com/Xinyuan-LilyGO/T-Echo-Lite/issues/14
2026-08-09 14:09:35 +10:00
ripplebiz
48df179e36
Merge pull request #3139 from oltaco/x1-flash
...
Add QSPIFlash support for Seeed MeshTracker X1
2026-08-09 13:52:56 +10:00
taco
02ec123eb8
add QSPIFlash support for Seeed MeshTracker X1
2026-08-09 11:41:09 +10:00
Adam Gessaman
c58c9b2f31
fix(station-g3): apply FEM PA level at TX start
...
PA PL1 re-targets the PA's DC-DC supply rail rather than selecting a
logic-level gain, and the serial CLI is serviced on every main-loop pass
regardless of whether a transmit is in flight. A `set radio.fem.txgain`
write could therefore move the rail mid-transmit, while the SX1262 was
still driving the PA at full input power.
Record the requested level in setPAGainEnable() and drive the pin from
setTxModeEnable(), which runs from onBeforeTransmit() ahead of
startTransmit(). The level only matters while transmitting, so deferring
costs nothing.
Document that the pref is saved immediately but applied at the next
transmit, so `get radio.fem.txgain` can lead the hardware until then.
2026-08-08 14:53:57 -07:00
Hacuchino-hash
2af4b3c14a
Fix X1 charge status LED always showing charged
2026-08-07 08:08:08 -05:00
agessaman
23066573e5
fix(station-g3): expose FEM gain preferences
2026-08-06 15:29:14 -07:00
Hacuchino-hash
335ebf546d
Add SPA06 barometer telemetry and charge status LED for MeshTracker X1
2026-08-06 07:27:05 -05:00
Hacuchino-hash
3abe415cf7
Add RGB LED and haptic notifications for SenseCAP MeshTracker X1
2026-08-06 07:27:05 -05:00
Rastislav Vysoky
e4fbd386af
ThinkNode M6: Remove QSPIFLASH=1 build flag to fix companion roles
...
M6 doesn't have flash chip available, so companion roles fail to start.
2026-08-06 12:37:21 +02:00
Hacuchino-hash
3d6a891586
Add support for Seeed SenseCAP MeshTracker X1 (LR2021)
2026-08-05 05:50:21 -05:00
ripplebiz
84e3a67bd7
Merge pull request #3115 from oltaco/meshnology_w12
...
Add support for Meshnology W12 and LR2021 Wrapper
2026-08-05 15:04:00 +10:00