Commit Graph

  • 6a9dedf0b4 Merge pull request #751 from fdlamotte/t1000e_revert_gps_resetb ripplebiz 2025-09-08 15:35:10 +10:00
  • 7b08acf56d Ikoka Stick: Move to unified code naming conventions kelsey hudson 2025-09-07 21:29:10 -07:00
  • 7fca20475a Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_3f11ad35 João Brázio 2025-09-08 02:04:14 +01:00
  • 0051ccef26 Refactor bridge implementations to inherit from BridgeBase João Brázio 2025-09-08 02:03:08 +01:00
  • 537449e6af Refactor ESPNowBridge packet handling to use 2-byte magic header and improve packet size validation João Brázio 2025-09-07 22:00:06 +01:00
  • 04e70829a4 Rename RS232 bridge environments João Brázio 2025-09-07 21:46:51 +01:00
  • 5b9d11ac8f Support ESPNow and improve documentation João Brázio 2025-09-07 21:39:54 +01:00
  • 006605ce1d t1000e: revert GPS_RESETB as an INPUT Florent 2025-09-07 19:48:02 +02:00
  • 73b49ea14d Merge pull request #736 from ViezeVingertjes/t1000e-low-power fdlamotte 2025-09-07 16:01:22 +02:00
  • 5370667bd8 Replaced BLE_LOW_POWER with BLE_TX_POWER & updated usages. ViezeVingertjes 2025-09-07 15:44:24 +02:00
  • 7363a4f67d Few adjustments after testing. ViezeVingertjes 2025-09-07 14:08:26 +02:00
  • f6f0cfd603 Merge pull request #744 from ViezeVingertjes/fix-t1000e-sleep fdlamotte 2025-09-07 12:33:40 +02:00
  • b0c7ea45c0 Merge pull request #741 from recrof/rak_wismesh_tag ripplebiz 2025-09-07 20:28:53 +10:00
  • 0088509df4 Merge pull request #749 from oltaco/thinknode-m1-companion-usb ripplebiz 2025-09-07 20:17:38 +10:00
  • ea4ed2abec Merge pull request #748 from oltaco/t-echo-qspi-pins ripplebiz 2025-09-07 20:14:44 +10:00
  • 6da6504b80 Merge pull request #747 from oltaco/customlfs-versionbump ripplebiz 2025-09-07 20:13:31 +10:00
  • 18be92615b add QSPI pins to Lilygo T-Echo taco 2025-09-07 20:00:44 +10:00
  • acf6110001 add companion usb to ThinkNode M1 taco 2025-09-07 19:59:01 +10:00
  • 8521b0eb08 new version of CustomLFS lib taco 2025-09-07 19:54:42 +10:00
  • 951d2dfdbb Merge remote-tracking branch 'upstream/dev' into dev kelsey hudson 2025-09-06 15:13:58 -07:00
  • c10c010736 fix: only hide pin after successful authentication in SerialBLEInterface ViezeVingertjes 2025-09-06 22:06:47 +02:00
  • ac8ec172ef T1000-E: refactor GPS initialization; set GPS_RESETB pin as OUTPUT and remove redundant pin settings ViezeVingertjes 2025-09-06 20:42:11 +02:00
  • 132ca72735 T1000-E: ensure rails off and radio idle before system off; fix button wake pin ViezeVingertjes 2025-09-06 18:45:08 +02:00
  • 84623938c3 Merge pull request #732 from jbrazio/jbrazio/2025_b5813561 ripplebiz 2025-09-06 22:46:46 +10:00
  • 1c0154279a Merge pull request #727 from recrof/waveshare_rp2040_lora_refactor ripplebiz 2025-09-06 22:39:42 +10:00
  • 605210dd07 Merge pull request #726 from recrof/xiao_rp2040_refactor ripplebiz 2025-09-06 22:38:07 +10:00
  • 5b8c8b0bf6 Merge pull request #653 from oltaco/CustomLFS ripplebiz 2025-09-06 17:45:20 +10:00
  • bcfc8d3771 improved RescueCLI for dual FS taco 2025-09-06 14:09:05 +10:00
  • 3d83556829 refactor: use _getContactsChannelsFS() instead of ifdefs taco 2025-09-06 14:07:18 +10:00
  • accd1e0a97 nrf52 targets: increase limits for contacts and channels taco 2025-08-25 12:41:59 +10:00
  • 2b24c575c7 support dual filsystems on nrf52 taco 2025-08-22 13:09:54 +10:00
  • bdfe9ad27b switch to using QSPI bus for external flash taco 2025-08-02 08:31:23 +10:00
  • c5180d4588 initial commit: CustomLFS taco 2025-07-29 20:06:35 +10:00
  • 2ef38422e9 Delete the variant-specific NullDisplayDriver.h and update target.h to use the shared implementation from #735 João Brázio 2025-09-05 17:59:59 +01:00
  • 808214d7b5 Merge remote-tracking branch 'upstream/dev' into jbrazio/2025_b5813561 João Brázio 2025-09-05 17:54:45 +01:00
  • d59724acd0 new variant: RAK WisMesh Tag recrof 2025-09-05 16:21:19 +02:00
  • 0ebca4b88e Merge pull request #734 from recrof/lilygo_techo_refactor fdlamotte 2025-09-05 16:11:04 +02:00
  • ec332c442b Merge pull request #735 from recrof/t1000_refactor fdlamotte 2025-09-05 15:58:59 +02:00
  • cb99eb4ae8 Remove retransmit check for RS232 bridge in logTx João Brázio 2025-09-05 14:49:06 +01:00
  • 8fdaaceb1c ui: refresh sensors on gps toggle Florent de Lamotte 2025-09-05 15:35:04 +02:00
  • f974cb2a4f ui: ENTER on SENSORS page toggles gps Florent de Lamotte 2025-09-05 15:32:02 +02:00
  • 2d651221c4 ui: sensors page Florent de Lamotte 2025-09-05 15:20:52 +02:00
  • 5843a12c71 Rename SerialBridge to RS232Bridge João Brázio 2025-09-05 11:28:40 +01:00
  • 6fae950814 Merge pull request #738 from recrof/lilygo_tlora_c6_new_radio_init ripplebiz 2025-09-05 19:55:29 +10:00
  • 8f3c0a3ad2 Merge pull request #737 from recrof/generic_e22_radio_init ripplebiz 2025-09-05 19:53:29 +10:00
  • 24b2953861 tlora_c6 to use new radio init recrof 2025-09-05 11:33:48 +02:00
  • 8549696e4d generic e22 uses new radio init recrof 2025-09-05 11:17:57 +02:00
  • c9e6ae9e6c fix typo in pin configuration recrof 2025-09-05 11:12:17 +02:00
  • 2aa6835064 Merge pull request #725 from recrof/rpi_picow_refactor ripplebiz 2025-09-05 19:04:21 +10:00
  • 963556f9ba Updated BLE functionality for low power mode in SerialBLEInterface. Updated platformio.ini to enable low power mode and added DC/DC converter support in T1000eBoard for improved power efficiency. ViezeVingertjes 2025-09-05 10:46:51 +02:00
  • 375093f78d Add nRF52 support and refactor packet handling João Brázio 2025-09-05 09:22:06 +01:00
  • 0e3933f18a Merge pull request #731 from oltaco/tracker-l1-platformio-tidy ripplebiz 2025-09-05 13:44:58 +10:00
  • c396ed9a05 Merge pull request #706 from recrof/patch-5 ripplebiz 2025-09-05 13:22:52 +10:00
  • 77ab19153e Add serial logging for TX/RX packets João Brázio 2025-09-05 02:07:26 +01:00
  • 2b920dfed3 Rework packet serialization and parsing João Brázio 2025-09-05 01:50:50 +01:00
  • ee3c4baea5 Prevent packet loops and duplicates João Brázio 2025-09-04 23:50:13 +01:00
  • 1948d284a0 Extract serial bridge into dedicated classes João Brázio 2025-09-04 23:43:05 +01:00
  • 9b9c7289e6 moved pindefs from board to platformio.ini recrof 2025-09-04 23:31:05 +02:00
  • 816bbf925f t1000 cleanup + move NullDisplayDriver.h to helpers/ui for other variants to use recrof 2025-09-04 23:12:57 +02:00
  • 5b2c1715f4 lilygo t-echo cleanup, add AUTO_SHUTDOWN_MILLIVOLTS recrof 2025-09-04 21:45:42 +02:00
  • d8f80f259a Refactor display driver inclusion for Heltec T114 to support configurations without a display João Brázio 2025-09-04 13:25:10 +01:00
  • 1f20722f51 fix: wio tracker L1: tidy platformio.ini taco 2025-09-04 19:59:33 +10:00
  • f9079985b6 Merge pull request #724 from recrof/thinknode_m1_refactor ripplebiz 2025-09-04 19:33:49 +10:00
  • 46b3910d81 Merge pull request #713 from Quency-D/dev-meshpocket ripplebiz 2025-09-04 19:31:40 +10:00
  • a3aa66ac16 Merge pull request #729 from liamcottle/fix/thinknodem1 Liam Cottle 2025-09-04 20:42:15 +12:00
  • d56b725256 add missing crc32 libdep after gxepd display driver changes liamcottle 2025-09-04 20:07:37 +12:00
  • 8fa31e00aa -D DISABLE_DIAGNOSTIC_OUTPUT this one will make GxEPD less verbose ;) Quency-D 2025-09-04 15:39:08 +08:00
  • f4df94a20e Delete the sensor part and adapt to the latest crc display. Quency-D 2025-09-04 14:04:00 +08:00
  • 6e6c59d2ce Merge pull request #9 from meshcore-dev/dev Quency-D 2025-09-04 13:50:09 +08:00
  • a9fef1aefa Merge pull request #723 from recrof/heltec_t114_refactor ripplebiz 2025-09-04 13:52:23 +10:00
  • 13d046892a Merge branch 'dev' into dev-meshpocket Quency-D 2025-09-04 11:47:55 +08:00
  • 5782c2e799 Merge pull request #720 from oltaco/newui-multiclick-toggles ripplebiz 2025-09-04 13:41:54 +10:00
  • 3e7459ae2e Merge pull request #719 from recrof/vision_master_refactor ripplebiz 2025-09-04 13:33:48 +10:00
  • 6334971e2b Merge pull request #722 from fdlamotte/techo_epd_damage ripplebiz 2025-09-04 13:25:09 +10:00
  • c2fc70047a waveshare rp2040 lora cleanup recrof 2025-09-03 21:37:07 +02:00
  • 72b267092f xiao rp2040 cleanup recrof 2025-09-03 21:28:46 +02:00
  • cbf3a03d2e rpi picow cleanup recrof 2025-09-03 20:52:58 +02:00
  • d610b7be86 thinknode m1 refactor recrof 2025-09-03 20:17:55 +02:00
  • 1c91298b3a tidy up heltec_t114 variant recrof 2025-09-03 19:38:38 +02:00
  • 9f97edcb21 gxepd: use a crc to track damage ! Florent 2025-09-03 18:17:37 +02:00
  • cb3049e706 cleanups (remove statics and typos) Florent 2025-09-03 17:22:11 +02:00
  • 96a71bb21b alter keycode keycode handling taco 2025-09-03 16:28:58 +10:00
  • afbfc6c6ed add new keycodes taco 2025-09-03 15:48:50 +10:00
  • a9ab1f072a increase gps/buzzer alert times taco 2025-09-03 14:02:35 +10:00
  • 9f185303b4 long press cancels multi click taco 2025-09-03 12:29:20 +10:00
  • 5de0dc1fd6 sliding multiclick window taco 2025-09-03 12:03:31 +10:00
  • 43c3105bf1 wake screen on double and triple clicks taco 2025-09-03 08:31:38 +10:00
  • ce31fd7c57 multi click support including buzzer toggle taco 2025-09-03 08:25:59 +10:00
  • ddc900c8c8 renamend and refactored vision master to play better with build system recrof 2025-09-02 22:23:32 +02:00
  • a93a0fecba Merge pull request #717 from oltaco/promicro-hibernate ripplebiz 2025-09-02 21:38:37 +10:00
  • 03358b33c2 fix: promicro: add powerOff taco 2025-09-02 21:30:51 +10:00
  • 90cb1e73f9 * HeltecV3: powerOff() fix Scott Powell 2025-09-02 21:18:05 +10:00
  • 3cdf2f9b4d techo: display backlight behavior Florent de Lamotte 2025-09-02 11:43:48 +02:00
  • c9671d7d8d add heltec meshpocket board. Quency-D 2025-09-02 13:56:24 +08:00
  • 88fbb41016 Merge pull request #7 from Quency-D/dev Quency-D 2025-09-02 13:43:15 +08:00
  • 1a41da6bf2 Merge pull request #700 from fdlamotte/techo_env_sensors ripplebiz 2025-09-02 14:58:57 +10:00
  • 2546a5da07 Merge pull request #711 from oltaco/heltec-vision-master-rename-companion-target ripplebiz 2025-09-02 14:57:38 +10:00
  • b863a1a673 Merge pull request #6 from Quency-D/dev Quency-D 2025-09-02 11:25:36 +08:00
  • b64e78b7eb fix: Heltec Vision Master E290: rename companion target taco 2025-09-02 08:06:43 +10:00
  • c3fb3bcefe Update README.md ripplebiz 2025-09-01 22:14:21 +10:00