| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-08 | Merge pull request #1297 from ViezeVingertjes/feature/duty-cycle-token-bucket | ripplebiz | |
| Implement token bucket duty cycle enforcement | |||
| 2026-02-21 | * refactor of Contact/Client out_path_len (stored in files), from signed to ↵ | Scott Powell | |
| unsigned byte (+2 squashed commits) Squashed commits: [f326e25] * misc [fa5152e] * new 'path mode' parsing in Dispatcher | |||
| 2026-02-06 | Allow negative tx power | Wessel Nieboer | |
| Like SX1262 allows -9 dBm lowest, some allow lower but that probably isn't useful | |||
| 2026-01-26 | added build flag to enable/disable boot advert | liamcottle | |
| 2026-01-04 | Implement token bucket duty cycle enforcement | ViezeVingertjes | |
| 2025-10-30 | * Fix for VolatileRTCClock wrapping around to initial synced time every 49 days | Scott Powell | |
| 2025-09-08 | * proposed change for re-trying reciprocal path transmit | Scott Powell | |
| 2025-06-18 | * companion: new CMD_GET_ADVERT_PATH -> RESP_CODE_ADVERT_PATH | Scott Powell | |
| 2025-05-20 | * workaround for nRF + LittleFS glitch with seek/truncate | Scott Powell | |
| 2025-05-03 | * new: SensorManager | Scott Powell | |
| * BasChatMesh: new onContactRequest(), for PAYLOAD_TYPE_REQ handling. * companion, repeater and room_server: now with basic 'plumbing' to handle REQ_TYPE_GET_TELEMETRY_DATA (0x03). * dependency: added CayenneLPP to libdeps * all target.* modules now with a stub 'sensors' object. | |||
| 2025-04-22 | * RP2040 IdentityStore begin(), to ensure mkdir() | Scott Powell | |
| 2025-04-21 | Correct opens to use "w" filemode instead of "w+" filemode. | AeroXuk | |
| 2025-04-21 | Added Pi PIcoW support in the following modes: | AeroXuk | |
| - Companion Radio over USB Serial - Repeater - Room Server - Terminal Chat | |||
| 2025-04-06 | * ID hash 0x00 and 0xFF now reserved for future. | Scott Powell | |
| 2025-03-27 | * refactor: rtc_clock now defined by variants/*/target modules | Scott Powell | |
| 2025-03-27 | * new ESPNOWRadio driver | Scott Powell | |
| * refactored the examples/*/main.cpp modules, moving radio specifics to variants/*/target modules * new Generic_ESPNOW_* target envs | |||
| 2025-03-26 | * experiment: enabling forwarding in terminal chat | Scott Powell | |
| 2025-03-25 | * fix for double radio.begin(). RNG seed from pressing ENTER | Scott Powell | |
| 2025-03-25 | * wifi power max | Scott Powell | |
| 2025-03-25 | * more experiments | Scott Powell | |
| 2025-03-24 | * ESP-NOW experiment with terminal-chat | Scott Powell | |
| 2025-03-21 | * BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp' | Scott Powell | |
| * mesh::RTCClock class moved to MeshCore.h | |||
| 2025-03-18 | Merge pull request #114 from lincomatic/pr-llcc68 | ripplebiz | |
| Add ProMicroLLCC68 builds | |||
| 2025-03-17 | * redesigned TRACE packet structure | Scott Powell | |
| 2025-03-16 | add ProMicroLLCC68 for Faketec w/ LLCC68 | lincomatic | |
| 2025-03-15 | Merge branch 'dev' into trace | Scott Powell | |
| # Conflicts: # examples/companion_radio/main.cpp # src/Dispatcher.cpp | |||
| 2025-03-13 | Merge branch 'ripplebiz:main' into faketec-support | oltaco | |
| 2025-03-11 | * companion: channel names | Scott Powell | |
| 2025-03-11 | Faketec board support, including build targets | taco | |
| 2025-03-09 | * trying setCRC(1) | Scott Powell | |
| 2025-03-07 | * companion: FIRMWARE_VER_CODE now bumped to 3. | Scott Powell | |
| * companion: new RESP_CODE_CONTACT_MSG_RECV_V3, and _CHANNEL_MSG_RECV_V3. (now with packet SNR included) | |||
| 2025-03-07 | Merge branch 'dev' into trace | Scott Powell | |
| # Conflicts: # src/Dispatcher.cpp # src/Mesh.cpp # src/helpers/BaseChatMesh.cpp | |||
| 2025-03-04 | Merge remote-tracking branch 'origin/dev' into awolden/t3lora | Alex Wolden | |
| 2025-03-04 | Refactor naming | Alex Wolden | |
| 2025-03-04 | Add support for LilyGo T3 with SX1276 module | Alex Wolden | |
| - Add custom partition table for fitting larger firmware - Create LilyGoT3S3Board.h for board-specific functionality - Update all example files to support the T3 board with SX1276 - Configure build environment for optimizing firmware size - Set up the right pin configuration for SX1276 on LilyGo T3 | |||
| 2025-03-02 | * companion radio: support for TXT_TYPE_SIGNED_PLAIN | Scott Powell | |
| 2025-02-27 | * various changes for CLI support via companion radio | Scott Powell | |
| 2025-02-22 | * strncpy() refactor/fix | Scott Powell | |
| 2025-02-19 | Merge pull request #23 from fdlamotte/t1000e_code | ripplebiz | |
| T1000e code | |||
| 2025-02-17 | * new Packet type: PAYLOAD_TYPE_TRACE | Scott Powell | |
| 2025-02-17 | * repeater, room server and terminal chat: default to rxdelay off | Scott Powell | |
| 2025-02-15 | * companion radio: new CMD_EXPORT_CONTACT, CMD_IMPORT_CONTACT | Scott Powell | |
| 2025-02-14 | add T1000e conditionals to examples | Florent | |
| 2025-02-14 | * BaseChatMesh: sendLogin(), onContactResponse() | Scott Powell | |
| * companion radio: contacts file, new 'sync_since' field | |||
| 2025-02-11 | * new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb | Scott Powell | |
| 2025-02-11 | * new target/env: Heltec_v2_terminal_chat | Scott Powell | |
| 2025-02-09 | Merge branch 'main' into rx_delay | Scott Powell | |
| # Conflicts: # examples/companion_radio/main.cpp # examples/simple_secure_chat/main.cpp | |||
| 2025-02-08 | * TIMEOUT estimate adjusted | Scott Powell | |
| * companion radio: new CMD_RESET_PATH | |||
| 2025-02-04 | Merge branch 'main' into rx_delay | Scott Powell | |
| 2025-02-04 | * ver bumps | Scott Powell | |
| * RAK battery experiment | |||
