hank
c13f676e57
Merge branch 'dev' of https://github.com/ripplebiz/MeshCore into mymesh-refactor2
2025-06-01 09:34:09 -07:00
hank
f7f96ad372
Reformatting code
2025-06-01 09:25:17 -07:00
hank
5bf5812755
Removing debug mode
2025-06-01 09:24:32 -07:00
hank
053aa0b3d6
Adding clang-format
2025-06-01 09:24:10 -07:00
Scott Powell
6481ab1e31
* MicroNMEALocationProvider: clock param now NULL by default
2025-06-01 23:55:57 +10:00
ripplebiz
ed6373edea
Merge pull request #348 from fdlamotte/gps_time_sync
...
gps : sync time on fix
2025-06-01 23:51:44 +10:00
Florent
1ac03f5592
t1000: remove sync custom var
2025-06-01 15:32:02 +02:00
Florent
c42e414a09
micronmea: was using global rtc_clock to sync instead of _clock
2025-06-01 14:12:22 +02:00
ripplebiz
d755c6d6f0
Merge pull request #356 from jquatier/channel-name-fix
...
Fix for channel name display
2025-06-01 18:48:29 +10:00
ripplebiz
057b0f6a25
Merge pull request #351 from fdlamotte/stm32_sensors
...
wio_e5 : bme280 support
2025-06-01 16:38:25 +10:00
Florent
4c6f146b8b
wioe5: integrate sensor in sensor mgr
2025-06-01 08:30:53 +02:00
JQ
ecd2b0be89
fixing channel name display
2025-05-31 20:55:53 -07:00
hank
f58a34f5f4
Refactored MyMesh, advert on doublepress
...
Pulled the class out of main.cpp, made a header to go along with it, externed globals in headers to make them accessible to button code. Added button code to send an advert on double press. Refactored ini files to prevent linker errors.
2025-05-31 19:11:28 -07:00
ripplebiz
3d6c42978c
Merge pull request #352 from jquatier/GxEPDDisplay-fonts
...
GxEPDDisplay larger font (T-echo & Thinknode M1)
2025-06-01 10:51:16 +10:00
JQ
9cfeb6285f
better fonts for GxEPDDisplay
2025-05-31 15:22:59 -07:00
Florent
c8877b3bc7
wio_e5 : bme280 support
2025-05-31 20:29:03 +02:00
ripplebiz
fb5ddcd94e
Merge pull request #350 from fdlamotte/wio-e5-adc
...
wio-e5 : make distinct targets for dev board and mini dev board
2025-06-01 00:42:11 +10:00
Florent
2a645ee427
wio-e5 : make distinct targets for dev board and mini dev board
2025-05-31 15:52:59 +02:00
ripplebiz
19c896f088
Merge pull request #343 from jquatier/button-management
...
Improved Button Management
2025-05-31 20:55:27 +10:00
Florent
08aad7338b
gps : sync time on fix
2025-05-31 10:57:22 +02:00
ripplebiz
b60f2fa65f
Merge pull request #346 from recrof/dev
...
added basic support for LilyGo Tlora C6
2025-05-31 18:21:43 +10:00
Rastislav Vysoky
390694137c
fixed old def
2025-05-31 08:06:53 +02:00
JQ
4ec3675091
update sound
2025-05-30 22:58:30 -07:00
JQ
cf171af72c
add ack for quiet mode
2025-05-30 22:55:53 -07:00
JQ
f69efaf027
removing pinmode
2025-05-30 22:26:29 -07:00
JQ
c445bbeaf2
simplify logic
2025-05-30 22:14:37 -07:00
JQ
db8e72791c
usability fixes, fix t114 build src filter
2025-05-30 20:32:49 -07:00
JQ
0b97b23025
Merge branch 'dev' into button-management
2025-05-30 19:19:08 -07:00
recrof
585558a9bb
added basic support for LilyGo Tlora C6
2025-05-30 14:31:44 +02:00
ripplebiz
22055c2240
Merge pull request #344 from jquatier/techo-gps
...
Add T-Echo GPS
2025-05-30 13:04:31 +10:00
JQ
25850cbc78
fix pins
2025-05-28 23:21:28 -07:00
JQ
ece7479843
add gps for techo
2025-05-28 22:21:51 -07:00
ripplebiz
1b02e1986c
Merge pull request #342 from jquatier/thinknode-m1-gps
...
ThinkNode m1 GPS support
2025-05-29 12:49:44 +10:00
JQ
ce87156a43
cleanup
2025-05-28 16:45:41 -07:00
JQ
2f7aa6d9a1
Merge remote-tracking branch 'jquatier/dev' into button-management
2025-05-28 15:57:17 -07:00
Scott Powell
4b16cda03a
* RAK4632 targets, now requiring ENV_INCLUDE_GPS to enable GPS
2025-05-28 23:31:31 +10:00
ripplebiz
4a7d273db4
Merge pull request #332 from cod3doomy/dev
...
RAK4631: Add GPS support
2025-05-28 23:11:44 +10:00
ripplebiz
1dbb1fa119
Merge pull request #341 from jquatier/m1-display-and-buzzer
...
Enable buzzer for Thinknode M1, add scaling to bitmaps for GxEPDDisplay
2025-05-28 17:52:33 +10:00
JQ
1072da0eeb
handle gps switch
2025-05-27 23:24:08 -07:00
JQ
59a236effb
add GPS support to thinknode M1
2025-05-27 21:38:48 -07:00
JQ
d47c0cfccf
add scaling to bitmaps for EPD display, and enable buzzer for Thinknode M1
2025-05-27 19:20:35 -07:00
cod3doomy
6ec7d9bd5d
Merge branch 'ripplebiz:dev' into dev
2025-05-27 19:14:20 -07:00
JQ
e7761dc9dc
initial button manager
2025-05-27 19:10:56 -07:00
Scott Powell
d8c2b3ab47
* TBeam: fix for debug output
2025-05-27 23:37:59 +10:00
ripplebiz
cac9a481ff
Merge pull request #337 from hank/dev
...
TBeam 1.1 PMU fixes
2025-05-27 23:32:09 +10:00
Scott Powell
fec064c1a2
* companion: interference threshold default (14)
2025-05-27 22:48:28 +10:00
Scott Powell
4c3f8ac6b6
* Room server: stats refactor -> noise_floor
2025-05-27 22:38:01 +10:00
Scott Powell
f38b3a3331
Merge branch 'scan_exp' into dev
2025-05-27 21:51:18 +10:00
ripplebiz
9ba1d8262f
Merge pull request #335 from seagull9000/RTTTL-tone-for-shutdown
...
Connect RTTTL shutdown melody to shutdown procedure
2025-05-27 20:34:07 +10:00
Scott Powell
3ee54d0e07
Merge branch 'dev' into scan_exp
2025-05-27 18:58:48 +10:00