78 Commits (4e2786c516a28c2feb3b25b0750a78dc2c26afc0)

Author SHA1 Message Date
hank 9247ce460a Reverting changes to simple_secure_chat main 1 year ago
hank f7f96ad372 Reformatting code 1 year ago
Scott Powell 56b84408e4 * workaround for nRF + LittleFS glitch with seek/truncate 1 year ago
Scott Powell 99774f10ac * new: SensorManager 1 year ago
Scott Powell a87b5231cc * RP2040 IdentityStore begin(), to ensure mkdir() 1 year ago
AeroXuk 4d9964ff98 Correct opens to use "w" filemode instead of "w+" filemode. 1 year ago
AeroXuk 99246e6b6f Added Pi PIcoW support in the following modes: 1 year ago
Scott Powell 9498d2e824 * ID hash 0x00 and 0xFF now reserved for future. 1 year ago
Scott Powell c0cb57be5c * refactor: rtc_clock now defined by variants/*/target modules 1 year ago
Scott Powell 2224bddcb5 * new ESPNOWRadio driver 1 year ago
Scott Powell 321a9425da * experiment: enabling forwarding in terminal chat 1 year ago
Scott Powell d32e641225 * fix for double radio.begin(). RNG seed from pressing ENTER 1 year ago
Scott Powell 1220c69aa9 * wifi power max 1 year ago
Scott Powell 8355543366 * more experiments 1 year ago
Scott Powell 7bd7bfb14a * ESP-NOW experiment with terminal-chat 1 year ago
Scott Powell bfb4b1c496 * BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp' 1 year ago
Scott Powell fe4fdeb236 * redesigned TRACE packet structure 1 year ago
lincomatic bdeec374ef add ProMicroLLCC68 for Faketec w/ LLCC68 1 year ago
Florent de Lamotte 4a0f4f4b68 set cpu freq in ESP32Board.h 1 year ago
Scott Powell b94fed4e4e * companion: channel names 1 year ago
taco 8e793dc55e Faketec board support, including build targets 1 year ago
Florent a706d90598 Add an ESP32_CPU_FREQ build flag to lower freq 1 year ago
Scott Powell a259d27cfe * trying setCRC(1) 1 year ago
Scott Powell e534e1b529 * companion: FIRMWARE_VER_CODE now bumped to 3. 1 year ago
Alex Wolden d36da0ed8e Refactor naming 1 year ago
Alex Wolden e1022791e8 Add support for LilyGo T3 with SX1276 module 1 year ago
Scott Powell 88959b6b03 * companion radio: support for TXT_TYPE_SIGNED_PLAIN 1 year ago
Scott Powell 1209d54d2e * various changes for CLI support via companion radio 1 year ago
Scott Powell 37f4ceff85 * strncpy() refactor/fix 1 year ago
Scott Powell 0db15db625 * new Packet type: PAYLOAD_TYPE_TRACE 1 year ago
Scott Powell ef95462345 * repeater, room server and terminal chat: default to rxdelay off 1 year ago
Scott Powell a2fa4caa3f * companion radio: new CMD_EXPORT_CONTACT, CMD_IMPORT_CONTACT 1 year ago
Florent b4ee9ecfb9 add T1000e conditionals to examples 1 year ago
Scott Powell b8d467fbab * BaseChatMesh: sendLogin(), onContactResponse() 1 year ago
Scott Powell 9013d99265 * new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb 1 year ago
Scott Powell 1bab9c861c * new target/env: Heltec_v2_terminal_chat 1 year ago
Scott Powell 53a55f3a13 * TIMEOUT estimate adjusted 1 year ago
Scott Powell 0f66210478 * ver bumps 1 year ago
Scott Powell 7da0a5f7ec * new RX delays based on SNR 1 year ago
Scott Powell 29e62b9ce2 * IdentityStore::save() was failing on RAK. 1 year ago
Scott Powell 7f15205e29 * 'help' updated. 1 year ago
Scott Powell 466caebd9a * Terminal Chat: "set ..." commands, save to "node_prefs" file, consistent with the other firmwares 1 year ago
Scott Powell 7b31fc8ef9 * refactor: new helpers/nrf52 dir 1 year ago
Scott Powell 01fc05f496 * releasePacket() missing 1 year ago
Scott Powell 33bee48d38 * Terminal Chat: new commands "card" and "import" 1 year ago
Scott Powell 16b81d2a6c * new target/envs: LilyGo_T3S3_sx1262, _repeater and _terminal_chat 1 year ago
Scott Powell 9af5adb861 * BaseChatMesh::sendMessage(), new est_timeout (OUT) param 1 year ago
Scott Powell f46263a263 * ContactInfo, added gps_lat, gps_lon 1 year ago
Scott Powell e53f0d0725 * refactored BaseChatMesh::sendMessage(), added timestamp param 1 year ago
Scott Powell d9dc76f197 * new helper for ESP32: SerialBLEInterface 1 year ago