liamcottle
a99f4a0160
increase thinknode m7 max neighbours to 50
2026-07-15 16:05:37 +12:00
Huw Duddy and GitHub
64e8e24720
Merge pull request #2951 from meshcore-dev/fast-st7735-display
...
Fast ST7735 Display Driver
2026-07-14 16:01:14 +10:00
ripplebiz and GitHub
05fdafbb2d
Merge pull request #2898 from entr0p1/fix/lilygo-techo-lite-sx1262-ldo
...
Lilygo T-Echo Lite - Change SX1262 from DC-DC to LDO regulator
2026-07-14 14:53:44 +10:00
ripplebiz and GitHub
f4ed8c711b
Merge pull request #2899 from entr0p1/fix/lilygo-techo-lite-nrf-dcdc
...
Lilygo T-Echo Lite - nRF52840 DC-DC
2026-07-14 14:52:56 +10:00
ripplebiz and GitHub
dc0f837451
Merge pull request #2905 from entr0p1/fix/heltec-t114-nrf-dcdc
...
Heltec T114 - nRF52840 DC-DC Regulator
2026-07-14 14:52:10 +10:00
Scott Powell
1bdacb3247
* trying to get Heltec Tracker and Tracker V2 working
2026-07-13 23:27:50 +10:00
liamcottle
87bf371cd3
initial support for thinknode m9
2026-07-13 19:07:09 +12:00
Liam Cottle and GitHub
1c5a8426e8
Merge pull request #2839 from liamcottle/board/thinknode-m7
...
Add support for Elecrow ThinkNode M7
2026-07-13 15:06:17 +12:00
Liam Cottle and GitHub
e01a2565b9
Merge pull request #2936 from beala/beala/MeshTowerV2_feed_watchdog_2
...
Feed external hardware watchdog on Heltec Tower V2 (aka MeshTower V2) Implementation 2
2026-07-13 14:49:04 +12:00
Liam Cottle and GitHub
55f43e52e2
Merge pull request #2935 from benskigomez/fix/m6-repeater-debug-flags
...
ThinkNode M6 repeater: disable leftover MESH_DEBUG/GPS_NMEA_DEBUG
2026-07-13 12:55:13 +12:00
Jody Bentley
1429d75f57
ThinkNode M6/M1 room_server: set ROOM_PASSWORD default
...
Without ROOM_PASSWORD the guest password defaults to empty, and a client
sending a blank password is granted read+write access (can post). Every
other board's room_server env sets ROOM_PASSWORD; the ThinkNode M6 and M1
were the only two shipping an open room. Default them to "hello" to match
the rest of the tree; operators can still change it at runtime with
'set guest.password'.
2026-07-12 18:32:09 -04:00
Alex Beal
eb97a375d3
Add an instance of ExternalWatchdogManager to Tower V2
2026-07-12 16:17:23 -06:00
Jody Bentley
6343d8d96e
ThinkNode M6 repeater: disable leftover MESH_DEBUG/GPS_NMEA_DEBUG
...
The M6 is the only board whose simple_repeater env ships with MESH_DEBUG=1
and GPS_NMEA_DEBUG=1 enabled. MESH_DEBUG=1 adds a 5-second boot delay
(examples/simple_repeater/main.cpp) plus verbose per-packet serial prints on
the hot RX/TX path; GPS_NMEA_DEBUG=1 echoes every GPS UART character to the
serial console (MicroNMEALocationProvider.h). Every sibling repeater env
(M1, M3, t1000-e, RAK, Heltec) ships these off, and the M6 room_server env
in this same file already has them commented. Comment them out to match.
2026-07-12 17:54:14 -04:00
Alex Beal
47e1ce5bae
Update #defines
...
External watchdog support was added (but never merged) for MeshTower V1. The update's V2's #defines to follow the conventions set there and piggy back off the support already written for V1.
2026-07-12 15:50:43 -06:00
Alex Beal
07b543176b
Merge branch 'dev' into pr-1446
2026-07-12 15:44:28 -06:00
Wessel Nieboer
4605d3b6ce
fix misspelled RF switch pin macros in SX1268/LLCC68/SX1276 radio wrappers
2026-07-09 16:31:28 +02:00
entr0p1
7f8522a362
Heltec T114 - nRF52840 DC-DC Regulator
...
- Enable DC-DC regulator on nRF52840 for Heltec T114 board (idle current reduced from ~12mA to ~9mA)
2026-07-07 17:12:59 +10:00
Florent
fec88e1300
fix tenstar c3 repeater build
2026-07-06 12:04:42 -04:00
entr0p1
4fafcd0e23
Lilygo T-Echo Lite
...
- Enable nRF52840 DC-DC - board idle usage reduced from ~12mA to ~7mA
2026-07-06 15:21:09 +10:00
Scott Powell
cea246d0eb
* super fast ST7735 display driver
2026-07-06 15:09:18 +10:00
entr0p1
584f9e909b
Lilygo T-Echo Lite
...
- Change SX1262 to use LDO instead of DC-DC (DCC pin on SX1262 not wired in, according to schematic)
2026-07-06 14:52:18 +10:00
Kevin Le
35f654ced3
Fixed hibernate/powerOff for ESP32 boards to stay at uA
2026-07-05 23:47:27 +07:00
Kevin Le
eec75eab31
Cleanup Poweroff for NRF52 boards
2026-07-05 22:10:47 +07:00
Quency-D and GitHub
2867542cfa
Merge branch 'dev' into solar-watchdog
2026-07-04 16:47:37 +08:00
Liam Cottle and GitHub
5ff39c6243
Merge pull request #2570 from IoTThinks/MCdev-Fixed-flashmode-XiaoC6-202605
...
Added flash_mode=dio to avoid boot loop when flashing using merge.bin
2026-06-27 11:32:10 +12:00
ViezeVingertjes
b8f1fad654
Add trailing underscore to nibble_screen_connect env names to exclude from automatic builds
2026-06-25 23:27:07 +02:00
ViezeVingertjes
eb938a9b78
Address review comments and sync with dev
2026-06-25 23:26:55 +02:00
ViezeVingertjes
69df5c7a95
Remove NeoPixel configuration as its unused.
2026-06-25 23:26:55 +02:00
ViezeVingertjes
9c7d71b9be
Added support for the nibble zero connect
2026-06-25 23:26:55 +02:00
liamcottle
b975180fc8
initial support for elecrow thinknode m7
2026-06-25 16:03:27 +12:00
ripplebiz and GitHub
3192684582
Merge pull request #2752 from Quency-D/heltec-tower-v2
...
Add Heltec tower v2
2026-06-23 11:51:03 +10:00
ripplebiz and GitHub
6a63dfce1c
Merge pull request #2771 from oltaco/nrf52-framework-buildfix
...
Point Heltec Mesh Solar and Mesh Pocket at our NRF52 framework fork
2026-06-23 11:37:03 +10:00
Kevin Le
62849ef114
Fixed GPS time sync for Heltec T114
2026-06-22 09:13:36 +07:00
taco
dd9b3b32c3
build fix for Heltec Mesh Solar and Mesh Pocket
2026-06-15 00:57:12 +10:00
Quency-D
1c4c995a41
Fix low power consumption issues
2026-06-13 16:00:06 +08:00
Quency-D
d2d3d44c9b
Add maximum power limit
2026-06-12 18:05:27 +08:00
Quency-D
fe56d01da2
add tower v2 PA control
2026-06-12 17:58:19 +08:00
Quency-D and GitHub
190dbb5293
Merge pull request #13 from meshcore-dev/dev
...
merge Dev
2026-06-11 15:30:31 +08:00
Quency-D and GitHub
9100a58671
Merge branch 'dev' into cli-lna-command
2026-06-10 11:30:04 +08:00
Scott Powell
07a3ca9e05
Merge branch 'dev'
...
# Conflicts:
# docs/faq.md
2026-06-06 21:12:43 +10:00
ripplebiz and GitHub
53d50aa1ef
Merge pull request #2684 from oltaco/rp2040-build-fixes
...
Build fixes for some RP2040 targets
2026-06-05 12:30:08 +10:00
taco
b4b0a0ee0f
build fixes for nibble_screen_connect and thinknode_m2
2026-06-05 00:55:02 +10:00
taco
7ce8b66718
build fix for rp2040 companion usb
2026-06-04 23:36:51 +10:00
taco
33ce1c991c
add missing radio_init() for rak11310
2026-06-04 23:30:50 +10:00
taco
2a8bd3edad
pin platform-raspberrypi to 4e22a0d
...
pins framework-arduinopico @ 1.50600.0+sha.6a1d13e9
2026-06-04 23:21:41 +10:00
taco
2f221acd37
build fixes for LilyGo T-Echo Card
2026-06-04 19:05:58 +10:00
ripplebiz and GitHub
999e20a4c2
Merge pull request #1687 from IoTThinks/MCdev-PowerSaving-for-all-esp32-repeaters-202602
...
Added PowerSaving for all ESP32-based repeaters
2026-06-04 13:31:51 +10:00
entr0p1
12f069b513
Rak WisMesh Tag fixes
...
- Remove debug flag
- Correct lib_deps from rak4631 to rak_wismesh_tag
- Correct extends from rak4631 to rak_wismesh_tag
2026-06-02 16:17:08 +10:00
Florent
b8f2841cb5
stm32: make subghz dep fix global and update framework
2026-06-01 08:39:09 +02:00
ripplebiz and GitHub
4573082f90
Merge pull request #2650 from LeoCatsune/fix/wioe5mini
...
fix: update wio-e5-mini pio config to address SubGhz dependency issue
2026-06-01 15:59:47 +10:00