Jonathan Bennett
5824a8f4c1
Deal with admin_key being repeated ( #4558 )
2024-08-26 12:29:44 -05:00
John Milton
777ae2b99c
Add support for Adafruit Feather RP2040 with RFM95. ( #4451 )
...
* Add support for Adafruit Feather RP2040 with RFM95.
* Update mesh.pb.h
dropping this change from the file generated by the protobuf
* Update mesh.pb.h
remove these reverting changes
* Update mesh.pb.h
oops, missed a comma
2024-08-26 10:28:08 -05:00
Ben Meadors
d0fd17134e
Protos
2024-08-26 07:48:07 -05:00
mverch67
3255991e8d
picomputer build
2024-08-26 07:19:47 +02:00
mverch67
5334e7be25
add picomputer tft build
2024-08-26 07:15:31 +02:00
mverch67
c8f059918b
fix spiLock in RadioLibInterface
2024-08-25 12:37:50 +02:00
Manuel
f431280dab
Merge branch 'master' into tft-gui-work
2024-08-25 11:54:14 +02:00
Ben Meadors
d6dac1737a
Userlite mem comparison ( #4552 )
2024-08-24 12:19:31 -05:00
github-actions[bot]
23844389ac
[create-pull-request] automated change ( #4544 )
...
Co-authored-by: thebentern <9000580+thebentern@users.noreply.github.com>
2024-08-23 20:44:14 -05:00
John Hollowell
8847945734
Add devcontainer ( #4491 )
...
devcontainers can be used by IDEs/editors like VS Code to create a standardized development environment in a container
2024-08-23 20:25:16 -05:00
Nestpebble
5514aab007
add a .yml to setup a Gitpod instance quickly ( #4551 )
...
* Create .gitpod.yml
* Update .gitpod.yml
2024-08-23 20:24:23 -05:00
geeksville
aa54335e21
remove deprecated serial/bt logging options and unify in the new ( #4516 )
...
security option. Per discussion in https://github.com/meshtastic/firmware/issues/4375
no need to preserve the old options when changing to this new simpler
single boolean because they were newish, rarely used and only for 'advanced'
developers.
2024-08-23 20:18:36 -05:00
Manuel
485f077b6c
Merge branch 'master' into tft-gui-work
2024-08-23 18:15:17 +02:00
Ben Meadors
2a279c7f3d
Dum dum zero comparision
2024-08-23 07:07:28 -05:00
Ben Meadors
7abc194ef5
Found more places to set explicit has_optional on position ( #4542 )
2024-08-23 07:04:34 -05:00
Ian McEwen
f99b81acf7
Use the '+' wildcard for MQTT rather than '#', to subscribe only to topics one nesting level deep ( #4528 )
2024-08-23 07:03:29 -05:00
Michael Gjelsø
0850ad6c8d
Initial support for RadioMaster Bandit. ( #4523 )
...
* Initial support for RadioMaster Bandit.
* Different lighting can be made for Button 1 & 2 on the Bandit.
Changes to AmbientLighting will turn off af shutdown().
* Trunk
* Trunk again.
2024-08-23 06:28:23 -05:00
Jonathan Bennett
00ea9182a4
Fix copyPasta in NodeDB ( #4538 )
2024-08-23 06:26:19 -05:00
Jonathan Bennett
601ae29fe9
Adds has_x bools to position packet. ( #4540 )
2024-08-23 06:25:40 -05:00
Manuel
7cc5f8c422
Merge branch 'master' into tft-gui-work
2024-08-23 11:18:10 +02:00
mverch67
a98adab6df
lib update: fix set owner
2024-08-23 10:59:00 +02:00
Ben Meadors
ff500bc5a9
Save nodedb after favoriting (or removing) ( #4537 )
2024-08-22 20:57:03 -05:00
Kevin Hester
e6163a59cd
Make specifying VEXT_ON_VALUE manatory if using VEXT_ENABLE
2024-08-22 11:26:15 -07:00
Kevin Hester
5c5cbb23cf
wiphone isn't setting a valid backlight enable pin
...
Therefore don't just randomly be writing to a GPIO numbered -1
Instead just don't try to control the backlight
NOTE: I don't have a 'wiphone' to test with, but I saw this via inspection
while cleaning up some other stuff.
2024-08-22 10:52:17 -07:00
Kevin Hester
f77c5f6a5b
Don't create backlight instances when the variant hasn't specified a pin
2024-08-22 10:50:44 -07:00
Kevin Hester
2a7cf9d387
Remove redundant defintions of ST7789_BACKLIGHT_EN
2024-08-22 10:40:12 -07:00
Kevin Hester
db6e591c07
For #4154 - change TFT driver to use virtual GPIO for backlight enable
2024-08-22 10:38:19 -07:00
Kevin Hester
02c34e6214
Merge remote-tracking branch 'root/master' into pr-fix4154
2024-08-22 10:19:18 -07:00
Kevin Hester
5570b6bbc6
change GPS to use virtual GPIOs (for #4154 )
2024-08-22 10:15:23 -07:00
Kevin Hester
2dda640d27
Remove unneeded VGNSS_CTRL_V03
2024-08-22 09:33:43 -07:00
Kevin Hester
5ccb6df142
Remove all sorts of redundant VEXT_ENABLE ifdefs
2024-08-22 09:28:41 -07:00
Kevin Hester
3ae8aadaf0
Merge the three redundant backlight enables into the single TFT_BL flag
2024-08-22 09:15:59 -07:00
Kevin Hester
7fb9b094d5
Remove redundant ST7735_BL variant defs.
...
No need for _V05 and _V03 definitions - I think there was a slight misunderstanding
on how variant files are supposed to _decrease_ #ifdef code in the cpp files.
2024-08-22 08:59:46 -07:00
Mark Trevor Birss
734f36589d
Update variant.h ( #4534 )
2024-08-22 10:44:49 -05:00
Mark Trevor Birss
1e655052fc
Fixes for ME25LS01_4Y10TD and ESP32-PICO ( #4522 )
...
* Update platformio.ini
* Update variant.h
* Update architecture.h
* Update variant.h
2024-08-22 07:00:19 -05:00
Kevin Hester
d017fc7a5d
for #4154 use internal pull-ups to power ADC_Ctrl
...
* Currently only on heltec tracker, but could use ADC_USE_PULLUP on other boards that could benefit
* Thanks @todd-herbert and @StevenCellist for the instructions ;-)
* Remove nasty Heltec_wireless #ifdefs that got somehow added to Power.cpp, instead use proper variant defs
* Cleanup adc enable/disable code a bit for less copy-paste cruft
2024-08-21 16:53:12 -07:00
Ben Meadors
6ddee795d6
Poetry
2024-08-21 17:24:56 -05:00
mverch67
dfc6caed05
timezone label
2024-08-21 21:54:08 +02:00
mverch67
3c1ad03e79
update lib: timezone
2024-08-21 21:16:18 +02:00
mverch67
898a5d0789
lib update: fix instability/crash on notification
2024-08-21 18:49:22 +02:00
Manuel
ab5664a899
Merge branch 'master' into tft-gui-work
2024-08-21 13:52:01 +02:00
mverch67
ca82d917d6
lib update: icon color fix
2024-08-21 13:51:46 +02:00
mverch67
776268effa
lib update: home buttons + button try-fix
2024-08-21 13:23:23 +02:00
Mark Trevor Birss
d556ae762c
Update ScanI2CTwoWire.cpp ( #4520 )
2024-08-21 06:04:03 -05:00
mverch67
1d1995b798
fix merge issue
2024-08-21 02:19:08 +02:00
mverch67
4746112752
lib update: light theme
2024-08-21 02:10:59 +02:00
Manuel
5c4a773327
Merge branch 'master' into tft-gui-work
2024-08-21 02:09:32 +02:00
geeksville
48e0fd7ed0
fix #4448 (by seeing there is actually no problem) ( #4517 )
...
Print directory names when listing directories
2024-08-20 17:38:39 -05:00
rcarteraz
b19c1a52cb
Merge branch 'master' into add-contributing-file
2024-08-20 13:12:02 -07:00
rcarteraz
ba771ae507
fix
2024-08-20 13:11:03 -07:00