Commit Graph

  • 411e3203da
    Merge branch 'master' into better-shutdown Jonathan Bennett 2025-07-20 15:35:51 -0500
  • 158617c3f7 Beep then save Jonathan Bennett 2025-07-20 15:35:41 -0500
  • 7713a72ba2 Re-tool button shutdown to better correspond to tones Jonathan Bennett 2025-07-20 15:33:02 -0500
  • 2a9f9e97a9 Don't double save nodeDB on shutdown Jonathan Bennett 2025-07-20 15:31:59 -0500
  • 73347c2542
    Update protobufs (#7395) github-actions[bot] 2025-07-20 15:03:56 -0500
  • d7f6a682fb Update protobufs thebentern 2025-07-20 20:01:53 +0000
  • 4223701d0e do not enter light-sleep when GPS is in GPS_ACTIVE state m1nl 2025-07-02 22:26:19 +0200
  • fb4418b952 fix failing build for rak4631_eth_gw m1nl 2025-06-27 21:41:23 +0200
  • f725505f54 exit light-sleep state when bluetooth pairing is received m1nl 2025-06-27 18:26:52 +0200
  • c1c2731a19 fix gpio reset (rtc gpios not supported with esp32c6) m1nl 2025-06-24 22:11:32 +0200
  • 0f74118ef4 remvoe stateNB declaration m1nl 2025-06-24 21:20:22 +0200
  • 91d25d2b45 another refactor to better handle variants without dynamic light sleep m1nl 2025-06-24 20:40:13 +0200
  • fda2b899ff make some variables static, refactor GPIO reset logic m1nl 2025-06-24 11:20:13 +0200
  • 4dddfa3cbb implement lower cap on power thread interval m1nl 2025-06-24 09:56:37 +0200
  • 07804e1efa move feature flags m1nl 2025-06-24 09:23:37 +0200
  • 8cb9344ed7 remove stateNB, improve regular (non-dynamic) light-sleep handling m1nl 2025-06-24 02:13:59 +0200
  • 94a560b678 do not detach button interrupt when going into light sleep m1nl 2025-06-23 00:21:41 +0200
  • 47881d11a6 prevent zero-byte read from serial causing too frequent wakeups m1nl 2025-06-06 21:20:20 +0200
  • f22d2f46a1 fix logging m1nl 2025-06-06 21:17:56 +0200
  • 774eb1a226 use framework with dynamic light sleep for heltec_wsl_v3 m1nl 2025-06-03 09:33:50 +0200
  • a267a645eb set custom framework for heltec_vision_master_e213 m1nl 2025-05-18 18:09:57 +0200
  • 46f2a62186 improve logging m1nl 2025-05-13 14:23:50 +0200
  • 6e41f46df2 allow light sleep when MQTT is enabled m1nl 2025-05-13 14:21:16 +0200
  • 067f9558c2 make log entry more consistent m1nl 2025-05-02 21:06:46 +0200
  • 759b3a09e8 add assertion for gpio_wakeup_enable calls m1nl 2025-05-02 21:06:13 +0200
  • 850407beba enable custom arduino framework for xiao s3 and t-beam s3 m1nl 2025-05-01 15:10:29 +0200
  • a0af522ceb revert change to Lock class m1nl 2025-04-25 10:18:03 +0200
  • be8a87c9b6 reference new arduino-esp32 release m1nl 2025-04-25 09:37:45 +0200
  • 31c1d935f2 use events to stay in idle state m1nl 2025-04-25 00:24:59 +0200
  • 1d2a5c0692 remove unnecessary lock m1nl 2025-04-25 00:23:14 +0200
  • 802c2fa7ae move sleep wake timeout to PhoneAPI m1nl 2025-04-24 16:52:24 +0200
  • 5745c4ecf2 switch heltec_v3 variant to esp-idf sdk with power management enabled m1nl 2025-04-24 00:40:27 +0200
  • 2d5b9297e3 improve WiFi power saving configuration (stable in current sdk) m1nl 2025-04-24 00:38:17 +0200
  • f1c1808449 dynamically adjust measurement interval in power management m1nl 2025-04-24 00:36:47 +0200
  • 5d956d6bdc prevent light sleep when modules are busy for more than one timer tick m1nl 2025-04-24 00:36:08 +0200
  • 0b5030b436 ensure acquired SPI lock prevents light-sleep m1nl 2025-04-24 00:33:48 +0200
  • 035dfaf602 refactor sleep and PowerFSM to allow dynamic light sleep m1nl 2025-04-24 00:33:23 +0200
  • 6dfc00d6ae Unify the shutdown proceedure Jonathan Bennett 2025-07-20 14:41:00 -0500
  • 5a65b40e2f
    Merge branch 'master' into dismiss_frames Jason P 2025-07-20 14:39:31 -0500
  • a03c2ca568
    Merge branch 'master' into fix-serialization rradillen 2025-07-20 20:58:19 +0200
  • bc9023399d
    Restore High Resolution Hour Hand (#7392) Jason P 2025-07-20 13:43:54 -0500
  • 4232b9b772 Drop the int16_t Jason P 2025-07-20 11:55:59 -0500
  • 20e4e000a2 Restore High Resolution Hour Hand Jason P 2025-07-20 11:48:15 -0500
  • 28141c91fe
    Update ButtonThread.cpp Paxy 2025-07-20 18:41:04 +0200
  • 91b6cbfc4b
    Update ButtonThread.cpp Paxy 2025-07-20 18:26:01 +0200
  • efdd24bc7b
    Merge branch 'master' into dismiss_frames Jason P 2025-07-20 11:18:47 -0500
  • 9eea289009
    Merge branch 'master' into fix-serialization rradillen 2025-07-20 15:50:36 +0200
  • a9c9b96eb6
    UDP for RAK4631 Eth Gw and the t-eth-elite. Solves #7149 (#7385) Thomas Göttgens 2025-07-20 13:22:00 +0200
  • 1c2a3c620f
    STM32: Migrate variants to new structure (#7389) Austin 2025-07-20 07:21:17 -0400
  • 9313d04726
    RP2040/RP2350: Migrate variants to new structure (#7345) Austin 2025-07-20 07:20:57 -0400
  • 44518fea14
    Upgrade trunk (#7349) github-actions[bot] 2025-07-20 06:20:07 -0500
  • 91049d0db3
    Misc cppcheck fixes (#7370) Jonathan Bennett 2025-07-20 06:19:45 -0500
  • 70522aea09 Merge remote-tracking branch 'origin/master' into T-beam-display-no-touch Nasimovy 2025-07-20 10:52:05 +0200
  • eb6d9a1296
    Merge branch 'master' into dismiss_frames Jason P 2025-07-19 22:28:31 -0500
  • f43d8778e2 STM32: Migrate variants to new structure vidplace7 2025-07-19 23:27:55 -0400
  • 411e952181 RP2040/RP2350: Migrate variants to new structure vidplace7 2025-07-14 19:43:09 -0400
  • 1ba58ba2c2
    Merge branch 'master' into cppcheck-fixes Jonathan Bennett 2025-07-19 21:55:07 -0500
  • 70e110552b
    Merge 1e8f0a935e into 855514b4f3 Ben Meadors 2025-07-19 20:07:10 -0500
  • 08d02efd79
    Merge f8582885bd into 855514b4f3 Jonathan Bennett 2025-07-19 20:06:47 -0500
  • 855514b4f3
    ESP32c3: Migrate variants to new structure (#7342) Austin 2025-07-19 20:55:33 -0400
  • b3394a348d ESP32c3: Migrate variants to new structure vidplace7 2025-07-14 18:17:23 -0400
  • 9a8a4e8aa9
    Merge branch 'master' into rak-udp Ben Meadors 2025-07-19 18:43:02 -0500
  • 974741a366
    ESP32: Initial sort variants by platform (#7340) Austin 2025-07-19 19:41:59 -0400
  • eb1e22f7fd
    Merge 29a30fdc65 into 5d98f7e307 Andrew Yong 2025-07-19 15:55:28 -0700
  • d8a2664dc7
    Merge branch 'master' into fix-serialization rradillen 2025-07-19 23:25:14 +0200
  • fe08dc97d8
    Merge 395db3a81e into 5d98f7e307 Thomas Göttgens 2025-07-19 22:44:00 +0200
  • acdedd84a2
    Merge d657177f0e into 5d98f7e307 Thomas Göttgens 2025-07-19 22:44:00 +0200
  • e3b61b79f1
    Merge bfc536f96c into 5d98f7e307 Thomas Göttgens 2025-07-19 22:44:00 +0200
  • 1ea05f3aea ESP32: Initial sort variants by platform vidplace7 2025-07-14 16:02:17 -0400
  • 5d98f7e307
    Actions: Enforce PR labels (#7379) Austin 2025-07-19 12:38:05 -0400
  • 890b27eee7
    Merge branch 'master' into fix-serialization rradillen 2025-07-19 18:19:11 +0200
  • fedc00d9ab
    Merge branch 'meshtastic:master' into master Jerrad Thramer 2025-07-19 10:17:59 -0600
  • de328c5fbc
    fix float precision issues roeland 2025-07-19 18:17:12 +0200
  • 5c1c2e6cc0 Actions: Enforce PR labels vidplace7 2025-07-18 09:24:28 -0400
  • 799e6bc91c
    Merge branch 'master' into dismiss_frames Jason P 2025-07-19 10:44:33 -0500
  • 3ca45ae99c
    automated bumps (#7383) github-actions[bot] 2025-07-19 10:41:01 -0500
  • a7ce4f29d7 Consistent Language Throughout - Restore All Frames Jason P 2025-07-19 10:38:13 -0500
  • 8256361fa9 initialize local port Thomas Göttgens 2025-07-19 17:36:59 +0200
  • 4badb1c420 Fix misspelling in EInk Jason P 2025-07-19 10:30:59 -0500
  • 8bede6dfcf Hide Frame should be last option Jason P 2025-07-19 10:21:58 -0500
  • da8e70fc7c Rename "Dismissed" to "Hidden" and relabeled menu options Jason P 2025-07-19 10:13:28 -0500
  • c8717751b3 Add Restore All Frames option Jason P 2025-07-19 09:59:37 -0500
  • ac74703268 fix portduino build Thomas Göttgens 2025-07-19 16:26:56 +0200
  • e6be655f66 Dismiss Clock Frame Jason P 2025-07-19 09:24:38 -0500
  • af3ddddcf4
    Copilot suggestion Thomas Göttgens 2025-07-19 16:11:44 +0200
  • 85a4a1b67d UDP for RAK4631 Eth Gw and the t-eth-elite. Also enable IP output on Portduino. Solves #7149 Thomas Göttgens 2025-07-19 16:07:55 +0200
  • d8c904764c Add TraceRoute function to menus and modules to support node path tracing whywilson 2025-07-19 08:31:31 +0800
  • 7e067f5bf5 Create LoRa Menu, move Region Picker into submenu, add Dismiss Frame option Jason P 2025-07-19 07:36:58 -0500
  • ff8275e0dd Move Dismiss into a Generic Confirmation Jason P 2025-07-19 07:11:21 -0500
  • 61ff6066fd automated bumps thebentern 2025-07-19 11:36:57 +0000
  • 964afd0335 Add dismissing the GPS screen Jason P 2025-07-18 23:32:48 -0500
  • 3d53ead901 Dismissing more menus now available Jason P 2025-07-18 23:08:03 -0500
  • e000653c79
    Update src/mesh/NodeDB.cpp Ben Meadors 2025-07-18 20:30:31 -0500
  • 42516f541e Rename System Frame (from Memory) and add Dismiss Frame Jason P 2025-07-18 19:07:32 -0500
  • 4d17d59567
    Update RadioInterface.cpp saiman pokhrel 2025-07-19 00:42:54 +0545
  • ae423f6227
    Merge branch 'master' into mqtt-ensure-default-region Ben Meadors 2025-07-18 12:33:06 -0500
  • e633936e31
    Merge branch 'master' into cppcheck-fixes Jonathan Bennett 2025-07-18 12:13:53 -0500
  • cf574c71d8 Fix build v2.7.3.cf574c7 Ben Meadors 2025-07-18 09:24:34 -0500
  • 042604a639 If default mqtt host / root, ensure lora region suffix on boot Ben Meadors 2025-07-18 06:07:17 -0500
  • abe0a34fc0
    Add additional Epoch check for time set (#7375) Tom Fifield 2025-07-18 20:49:19 +1000