-
a814bfb00b
don't create file when trying to open for read
liamcottle
2025-06-07 16:17:45 +12:00
-
9d574b2de0
ensure user isn't removing invalid path
liamcottle
2025-06-07 16:03:04 +12:00
-
a22c176d45
add rm command to remove file
liamcottle
2025-06-07 15:44:36 +12:00
-
0f601752e4
implement ls and cat commands for rescue mode
liamcottle
2025-06-07 15:23:55 +12:00
-
-
da5b0f8524
add basic alert system to companion UI
Rob Loranger
2025-06-04 09:51:16 -07:00
-
-
-
9c833486bf
* DataStore, advert blob record format change
Scott Powell
2025-06-06 21:35:54 +10:00
-
7deb82823c
Merge branch 'ripplebiz:dev' into dev
Rastislav Vysoky
2025-06-06 12:35:00 +02:00
-
-
-
-
e0483c0c82
Merge pull request #376 from liamcottle/fix/buzzer-power-draw
ripplebiz
2025-06-06 20:11:26 +10:00
-
-
4b9eac81c6
fix 150mA power draw on ThinkNode M1
liamcottle
2025-06-06 21:55:03 +12:00
-
-
dd808ee6c7
* new nRF52 impl for advert blobs
Scott Powell
2025-06-06 19:50:51 +10:00
-
6e0b505a2a
* companion: refactor of all filesystem access to new DataStore module
Scott Powell
2025-06-06 15:30:35 +10:00
-
-
5be09ff570
Merge pull request #375 from mattsains/packet-structure
ripplebiz
2025-06-06 13:39:07 +10:00
-
-
9d53fc2679
corrections and style
Matthew Sainsbury
2025-06-05 20:16:18 -07:00
-
93e584f758
Merge branch 'main' into dev
Scott Powell
2025-06-06 12:39:01 +10:00
-
-
-
-
1b32853564
Merge pull request #374 from recrof/patch-3
ripplebiz
2025-06-06 12:38:11 +10:00
-
-
6e5c865c21
Disable LFS_ASSERT to stop freezing the boards on LFS errors
Rastislav Vysoky
2025-06-06 00:23:57 +02:00
-
-
bb1e5c5a1c
nrf52 fix: don't allow LFS_ASSERT to freeze the board
recrof
2025-06-06 00:07:03 +02:00
-
7b49ed4a67
Merge branch 'main' into dev
Scott Powell
2025-06-05 19:15:30 +10:00
-
-
47b1854bef
Merge pull request #372 from liamcottle/design/logo
ripplebiz
2025-06-05 19:14:33 +10:00
-
-
0de12b02f8
Merge branch 'ripplebiz:dev' into dev
Rastislav Vysoky
2025-06-05 11:05:47 +02:00
-
-
-
-
22058c0ee5
add logo files
liamcottle
2025-06-05 20:35:40 +12:00
-
9bcab0949e
* noise floor lower bound now clamped to -120
Scott Powell
2025-06-05 14:04:33 +10:00
-
572dc56401
Merge branch 'ripplebiz:dev' into dev
Rastislav Vysoky
2025-06-04 13:39:39 +02:00
-
-
-
-
647d712ae8
* Companion: long-press in first 8 seconds now enters CLI Rescue mode
Scott Powell
2025-06-04 21:33:48 +10:00
-
5d15a68d0d
* SERVER_RESPONSE_DELAY now applied to: login responses, companion telemetry responses
Scott Powell
2025-06-04 18:10:47 +10:00
-
0535919d63
* Mesh: reciprocal path send now with slightly less priority and 500ms delay
Scott Powell
2025-06-03 20:28:05 +10:00
-
75503ed52a
* Companion now can be configured with TXT_ACK_DELAY (default is 200ms)
Scott Powell
2025-06-03 20:27:09 +10:00
-
6e2a0f3a9c
* ESP32-C3 targets, now 80Mhz cpu
Scott Powell
2025-06-03 19:01:45 +10:00
-
bdc369be67
* repeater & room server: new SERVER_RESPONSE_DELAY and TXT_ACK_DELAY defines.
Scott Powell
2025-06-03 19:01:03 +10:00
-
2204cb3a65
Merge pull request #360 from fdlamotte/t1000e_sensors
ripplebiz
2025-06-03 14:09:53 +10:00
-
-
4293b25835
Merge pull request #361 from fdlamotte/wio_sx1262_rxen
ripplebiz
2025-06-03 14:06:53 +10:00
-
-
5bc8756cd4
Merge pull request #362 from jquatier/station-g2-display
ripplebiz
2025-06-03 14:00:53 +10:00
-
-
8f5e521717
sx1262_wio: hook rxen, specify txen as not connected
Florent
2025-06-02 22:09:37 +02:00
-
-
-
203a7f2bd3
add display to station G2 firmwares
JQ
2025-06-02 14:10:10 -07:00
-
-
a3f8c21ff4
t1000e: light and temp sensor support
Florent
2025-06-02 19:33:48 +02:00
-
-
f7e79ada1e
re-introduce tlora c6 with fixed arduino versions
recrof
2025-06-02 17:36:45 +02:00
-
-
-
8cf20c7c24
* Room server fix: re-tries for pushPostToClient() used to have same packet hash
Scott Powell
2025-06-02 22:19:46 +10:00
-
1ba69f3b8d
* self telemetry response simpler now
Scott Powell
2025-06-02 20:44:05 +10:00
-
870b5d2b70
* companion: 'self telemetry' request with CMD_SEND_TELEMETRY_REQ (with no pubkey param)
Scott Powell
2025-06-02 20:28:00 +10:00
-
006cd425e5
* removing ESP32C6 stuff. (causing cache corruptions)
Scott Powell
2025-06-02 15:27:33 +10:00
-
5729d66a9e
* companion: some further refactors after the MyMesh refactor
Scott Powell
2025-06-02 15:25:55 +10:00
-
accbe3b307
Merge pull request #353 from hank/mymesh-refactor2
ripplebiz
2025-06-02 14:55:33 +10:00
-
-
884d8f1a98
Reverting UITask.h changes
hank
2025-06-01 20:45:18 -07:00
-
33d5f85556
Re-merging
92c2963
hank
2025-06-01 20:42:40 -07:00
-
9fe218e0d8
Reverting format changes to NodePrefs
hank
2025-06-01 20:41:04 -07:00
-
335df61c1c
Merge branch 'mymesh-refactor2' of https://github.com/hank/MeshCore into mymesh-refactor2
hank
2025-06-01 20:31:50 -07:00
-
-
4e2786c516
Re-applying
73a7a96, formatting, MyMesh reformat
hank
2025-06-01 20:28:29 -07:00
-
69b431a517
Re-applying
73a7a96, formatting, MyMesh reformat
hank
2025-06-01 20:28:29 -07:00
-
-
9247ce460a
Reverting changes to simple_secure_chat main
hank
2025-06-01 20:16:29 -07:00
-
40bf7bbb9f
Reverting changes to Button code
hank
2025-06-01 20:15:16 -07:00
-
e15ad108af
Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into mymesh-refactor2
hank
2025-06-01 20:07:41 -07:00
-
-
-
-
91134ecfa5
Merge branch 'mymesh-refactor2' of https://github.com/hank/MeshCore into mymesh-refactor2
hank
2025-06-01 20:03:06 -07:00
-
-
42efbda40a
Re-applying
ecd2b0b
hank
2025-06-01 19:57:35 -07:00
-
3749264e07
* MicroNMEALocationProvider: clock param now NULL by default
Scott Powell
2025-06-01 23:55:57 +10:00
-
14cd4ea010
t1000: remove sync custom var
Florent
2025-06-01 15:32:02 +02:00
-
49da6957b5
micronmea: was using global rtc_clock to sync instead of _clock
Florent
2025-06-01 14:12:22 +02:00
-
31cbf9ed0e
gps : sync time on fix
Florent
2025-05-31 10:57:22 +02:00
-
92c296308a
wioe5: integrate sensor in sensor mgr
Florent
2025-06-01 08:30:53 +02:00
-
73a7a96ae4
wio_e5 : bme280 support
Florent
2025-05-31 20:29:03 +02:00
-
9959475c0d
Reformatting code
hank
2025-06-01 09:25:17 -07:00
-
a987efeca1
* companion: disabling interference threshold for now
Scott Powell
2025-06-02 12:54:40 +10:00
-
4eccc9e5a5
Update README.md
ripplebiz
2025-06-02 11:18:37 +10:00
-
c13f676e57
Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into mymesh-refactor2
hank
2025-06-01 09:34:09 -07:00
-
-
-
-
f7f96ad372
Reformatting code
hank
2025-06-01 09:25:17 -07:00
-
-
5bf5812755
Removing debug mode
hank
2025-06-01 09:24:32 -07:00
-
053aa0b3d6
Adding clang-format
hank
2025-06-01 09:24:10 -07:00
-
211cf00a74
initial support for xiao_c6
Florent
2025-06-01 17:13:07 +02:00
-
-
-
6481ab1e31
* MicroNMEALocationProvider: clock param now NULL by default
Scott Powell
2025-06-01 23:55:57 +10:00
-
ed6373edea
Merge pull request #348 from fdlamotte/gps_time_sync
ripplebiz
2025-06-01 23:51:44 +10:00
-
-
1ac03f5592
t1000: remove sync custom var
Florent
2025-06-01 15:32:02 +02:00
-
c42e414a09
micronmea: was using global rtc_clock to sync instead of _clock
Florent
2025-06-01 14:12:22 +02:00
-
d755c6d6f0
Merge pull request #356 from jquatier/channel-name-fix
ripplebiz
2025-06-01 18:48:29 +10:00
-
-
057b0f6a25
Merge pull request #351 from fdlamotte/stm32_sensors
ripplebiz
2025-06-01 16:38:25 +10:00
-
-
4c6f146b8b
wioe5: integrate sensor in sensor mgr
Florent
2025-06-01 08:30:53 +02:00
-
dc7af76c43
Merge pull request #357 from LitBomb/patch-12
ripplebiz
2025-06-01 15:19:11 +10:00
-
-
8b780ddd7b
faq.md: update OTA firmware instructions
uncle lit
2025-05-31 21:59:14 -07:00
-
-
ecd2b0be89
fixing channel name display
JQ
2025-05-31 20:55:53 -07:00
-
-
-
f58a34f5f4
Refactored MyMesh, advert on doublepress
hank
2025-05-29 13:06:24 -07:00
-
-
-
3d6c42978c
Merge pull request #352 from jquatier/GxEPDDisplay-fonts
ripplebiz
2025-06-01 10:51:16 +10:00
-
-
9cfeb6285f
better fonts for GxEPDDisplay
JQ
2025-05-31 15:22:59 -07:00
-
-
c8877b3bc7
wio_e5 : bme280 support
Florent
2025-05-31 20:29:03 +02:00
-
-
fb5ddcd94e
Merge pull request #350 from fdlamotte/wio-e5-adc
ripplebiz
2025-06-01 00:42:11 +10:00
-
-
2a645ee427
wio-e5 : make distinct targets for dev board and mini dev board
Florent
2025-05-31 15:52:59 +02:00
-
-
19c896f088
Merge pull request #343 from jquatier/button-management
ripplebiz
2025-05-31 20:55:27 +10:00
-
-
08aad7338b
gps : sync time on fix
Florent
2025-05-31 10:57:22 +02:00
-
b60f2fa65f
Merge pull request #346 from recrof/dev
ripplebiz
2025-05-31 18:21:43 +10:00
-
-
-
-
390694137c
fixed old def
Rastislav Vysoky
2025-05-31 08:06:53 +02:00
-
4ec3675091
update sound
JQ
2025-05-30 22:58:30 -07:00
-
cf171af72c
add ack for quiet mode
JQ
2025-05-30 22:55:53 -07:00
-
f69efaf027
removing pinmode
JQ
2025-05-30 22:26:29 -07:00
-
c445bbeaf2
simplify logic
JQ
2025-05-30 22:14:37 -07:00
-
db8e72791c
usability fixes, fix t114 build src filter
JQ
2025-05-30 20:32:49 -07:00
-
0b97b23025
Merge branch 'dev' into button-management
JQ
2025-05-30 19:19:08 -07:00
-
-
585558a9bb
added basic support for LilyGo Tlora C6
recrof
2025-05-30 14:31:44 +02:00
-
-
-
22055c2240
Merge pull request #344 from jquatier/techo-gps
ripplebiz
2025-05-30 13:04:31 +10:00
-
-
-
-
25850cbc78
fix pins
JQ
2025-05-28 23:21:28 -07:00
-
ece7479843
add gps for techo
JQ
2025-05-28 22:21:51 -07:00
-
-
1b02e1986c
Merge pull request #342 from jquatier/thinknode-m1-gps
ripplebiz
2025-05-29 12:49:44 +10:00
-
-
ce87156a43
cleanup
JQ
2025-05-28 16:45:41 -07:00
-
2f7aa6d9a1
Merge remote-tracking branch 'jquatier/dev' into button-management
JQ
2025-05-28 15:57:17 -07:00
-
-
-