csrutil
c79625cd9b
Fix: allow clock sync to correct time drift after sleep
...
ESP32's internal RTC drifts during light sleep due to the 150kHz RC oscillator.
When the device clock runs ahead, the previous logic rejected correct time from
mobile because "clock cannot go backwards". This prevented fixing drifted clocks.
Removed the forward-only restriction from both `clock sync` and `time` commands
to allow syncing to the correct time regardless of direction.
2026-01-06 08:36:59 +08:00
ripplebiz
da5dbcd274
Merge pull request #871 from spacepc-de/fix-debug-log-field
...
Fix debug log: use c->extra.room.push_failures instead of c->push_failures
2025-10-07 09:45:11 +11:00
Scott Powell
f5f5886327
Merge branch 'dev'
2025-10-02 12:52:48 +10:00
Scott Powell
8d8b9a6141
* ver 1.9.1
2025-10-02 12:52:19 +10:00
Jonathan Stöcklmayer
6ee0b85195
Fix debug log: use c->extra.room.push_failures instead of non-existent c->push_failures
2025-10-01 09:50:41 +02:00
ripplebiz
86225cd24a
Merge pull request #869 from LitBomb/patch-19
...
Update faq.md
2025-10-01 13:46:44 +10:00
uncle lit
f594f2c7e6
Update faq.md
...
added pyMC_core to meshcore projects
mentioned Cisien's meshcoretomqtt fork from Andrew-a-g
updated Coding Rate explanation and recommendation
updated radio presets and added how to update presets listed in the app
2025-09-30 16:01:11 -07:00
ripplebiz
219297172a
Merge pull request #863 from liamcottle/fix/repeater-login
...
Fix: repeater login
2025-09-29 21:38:54 +10:00
liamcottle
6a1f8d65c9
add missing null terminator for login payload
2025-09-30 00:31:10 +13:00
ripplebiz
b82f5ea7cd
Merge pull request #859 from liamcottle/feature/board-cli-command
...
Add CLI Command: board
2025-09-29 13:28:21 +10:00
liamcottle
ec48e6acfc
added 'board' cli command to get board name
2025-09-29 15:24:25 +13:00
Liam Cottle
e381f03bc2
Merge pull request #854 from liamcottle/fix/missing-build-flags
...
Fix: add missing build flags
2025-09-29 13:49:57 +13:00
Liam Cottle
8ac6dcb644
Merge pull request #858 from csrutil/fix/tiny-relay-compile
...
Fix: add missing build flags for tiny_relay
2025-09-29 13:49:31 +13:00
csrutil
fc0cf5f370
🔧 chore: update tiny_relay platformio.ini configuration
...
- Add ADVERT_LAT and ADVERT_LON definitions for both repeater and sensor variants
- Set MAX_NEIGHBOURS to 50 for improved network capacity
- Fix repeater build source filter path to include entire directory
2025-09-29 07:48:26 +08:00
Liam Cottle
3dc04deabf
Merge pull request #837 from silverphish-io/typo-fix
...
Typo fix
2025-09-29 10:42:23 +13:00
ripplebiz
c8a6bcf57f
Update README.md
2025-09-28 21:43:30 +10:00
liamcottle
914001344f
add missing build flags for failed builds
2025-09-28 23:32:04 +13:00
Scott Powell
b92d9bd972
* ver 1.9.0
2025-09-28 19:24:00 +10:00
Scott Powell
3335b49d9f
Merge branch 'main' into dev
...
# Conflicts:
# variants/heltec_vision_master_e290/platformio.ini
2025-09-28 19:21:48 +10:00
ripplebiz
e5de6e6600
Merge pull request #820 from fdlamotte/gps_reset_fix
...
ESM: delegate gps management to LocationProvider
2025-09-28 19:08:35 +10:00
ripplebiz
cd7e7d9bbe
Merge pull request #852 from liamcottle/increase-max-neighbours
...
Increase MAX_NEIGHBOURS to 50
2025-09-28 18:32:10 +10:00
ripplebiz
4bb16ef5a7
Merge pull request #850 from liamcottle/fix/legacy-neighbours-cli
...
Backwards Compatibility: Legacy Neighbours CLI
2025-09-28 18:30:11 +10:00
Liam Cottle
70ec996c08
Merge pull request #853 from liamcottle/fix-calc-shared-secret
...
fix multiple candidates warning
2025-09-28 21:05:03 +13:00
liamcottle
3f4f9eff17
fix multiple candidates warning
2025-09-28 21:01:41 +13:00
fdlamotte
0767fc49e5
Merge pull request #843 from dotdavid/main
...
Create Xiao_S3_WIO_companion_radio_usb profile
2025-09-28 09:24:23 +02:00
fdlamotte
c83abbeff6
ESM: add gps reset after begin
2025-09-28 09:20:59 +02:00
fdlamotte
030f0d5d82
location provider: reduce reset delay
2025-09-28 09:16:45 +02:00
liamcottle
0307b6119e
increase MAX_NEIGHBOURS from 8 to 50
2025-09-28 16:11:58 +13:00
Liam Cottle
2e92137d10
Merge pull request #851 from liamcottle/build-script-suffix
...
build script should check for firmware type suffix
2025-09-28 15:04:22 +13:00
liamcottle
58ed14d971
build script should check for firmware type suffix
2025-09-28 15:00:45 +13:00
liamcottle
f8f5f00549
admin cli neighbors command should sort newest to oldest
2025-09-28 14:38:13 +13:00
Liam Cottle
f9b2613e57
Merge pull request #844 from liamcottle/refactor-variant-suffixes
...
refactor variants to use standard firmware type suffixes
2025-09-28 14:20:04 +13:00
liamcottle
f3b9c06646
refactor variants to use standard firmware type suffixes
2025-09-27 23:45:33 +12:00
Liam Cottle
2992062bbe
Merge pull request #770 from Meshcore-Portugal/jbrazio/2025_44aa3add
...
Normalize repeater target names
2025-09-27 23:15:23 +12:00
ripplebiz
0beaa323ed
Merge pull request #842 from liamcottle/feature/custom-build-flags
...
Build Script Improvements
2025-09-27 20:32:20 +10:00
David Hall
cc822c029b
Create Xiao_S3_WIO_companion_radio_usb profile
...
Create Xiao_S3_WIO_companion_radio_usb profile from Xiao_S3_WIO_companion_radio_ble profile
2025-09-27 11:14:28 +01:00
Scott Powell
95e533d60b
* repeater & room server fix for blank guest password
2025-09-27 01:56:27 +10:00
liamcottle
e49eef5588
allow building multiple specific targets at same time
2025-09-26 22:59:20 +12:00
liamcottle
3fbdaf7ce6
don't overwrite existing platformio build flags in build script
2025-09-26 22:46:38 +12:00
ripplebiz
7bcf1f1b47
Merge pull request #828 from recrof/meshadventurer-build-fix
...
fixed meshadventurer failing build
2025-09-26 20:05:34 +10:00
fdlamotte
84feb63ed5
Merge pull request #835 from oltaco/wio-L1-revert-pins
...
fix: revert ENV_PIN_SDA for Wio Tracker L1 non-eink
2025-09-26 07:19:40 +02:00
silverphish-io
4e886bfa90
Typo fix in faq and payloads
2025-09-25 15:01:39 +01:00
silverphish-io
816d4e2fa3
Update faq.md
2025-09-25 14:59:25 +01:00
taco
a3e6b79c2f
Revert addition of ENV_PIN_SDA
2025-09-25 20:08:18 +10:00
ripplebiz
74e1b6c75b
Merge pull request #833 from liamcottle/feature/binary-neighbours-request
...
Implement binary request/response for Repeater Neighbours
2025-09-25 14:04:12 +10:00
liamcottle
418ae08b4d
add FIRMWARE_VER_LEVEL to companion PUSH_CODE_LOGIN_SUCCESS
2025-09-25 15:21:58 +12:00
liamcottle
b8394a4e62
use pointer array
2025-09-25 14:55:36 +12:00
liamcottle
1c7a0ce2bd
use uint16_t to allow fetching up to 65535 neighbours
2025-09-25 14:55:36 +12:00
liamcottle
02c178dae7
implement new binary request/response for paginated neighbours
2025-09-25 14:55:36 +12:00
Scott Powell
a5af1b5bcd
* companion: disabled processing/sending of keep_alive packets (deprecated)
...
* FIRMWARE_VER_LEVEL now moved to end of response payloads
2025-09-25 09:39:11 +10:00