378 Commits (39a447619492f2fa7da7ff6099a9b671bf90a7e2)
 

Author SHA1 Message Date
Scott Powell 39a4476194 * repeater & room server: new config "flood.advert.interval" 1 year ago
Scott Powell 7010123619 * companion: CMD_SEND_TXT_MSG fix for attempt number 1 year ago
Scott Powell f861b68a09 * refactor: ESP32 OTA lib-deps now selectively added 1 year ago
Scott Powell a4bb3782a4 * OTA update for ESP32 targets 1 year ago
Scott Powell 30c6a0bc76 * workaround for > 3 retry attempts 1 year ago
ripplebiz 2b8b6aacbb
Merge pull request #131 from fdlamotte/t1000e_range_fix 1 year ago
Florent de Lamotte 1ff3033372 Some fixes for range issue 1 year ago
Scott Powell 0163c4034b * faketec/promicro fix 1 year ago
Scott Powell 965e40eb9e * fix for Faketec/Promicro 1 year ago
Scott Powell bfb4b1c496 * BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp' 1 year ago
ripplebiz 0a5a115875
Merge pull request #124 from recrof/dev 1 year ago
recrof 41e01a0e25 added battery voltage support for Heltec T114 1 year ago
ripplebiz 390e8407c0
Merge pull request #123 from oltaco/faketec-support 1 year ago
Scott Powell 182c6d479d * minor refactor, SNR from packet 1 year ago
taco de67ee29eb Fix builds for repeater, room server and companion usb. 1 year ago
taco 1c14482bd4 Remove PIN_OLED_RESET from board header, will leave in build target for now. 1 year ago
taco 61f7f15dc1 Changed BLE pin back to 123456 now - dynamic display sensing happening. 1 year ago
taco bd0ce731f1 Add faketec changes back after dev merge 1 year ago
taco 74ec702136 Merge branch 'dev' into faketec-support 1 year ago
Scott Powell a9dde51a9b * build.sh: .uf2 step also for Faketec/ProMicro targets 1 year ago
Scott Powell 6a093743d3 * ver bump to v1.4.0 1 year ago
Scott Powell fd55837eec * companion: CMD_SET_DEVICE_PIN now uint32 param, RESP_CODE_DEVICE_INFO now includes ble_pin 1 year ago
Scott Powell 4aeafbd034 * companion: added CMD_SET_DEVICE_PIN 1 year ago
Scott Powell 089ac96f2b * verify() fix moved to Identity class 1 year ago
Scott Powell 4943b388c0 * workaround for Identity::verify() bug. 1 year ago
Scott Powell 69a6d76b87 * experimental workaround for sig verify() bug 1 year ago
Scott Powell 38667dabb1 * refactored platformio.ini, breaking up into variants/*.ini files 1 year ago
Scott Powell d21274db41 * TBeam: minor refactor. 1 year ago
ripplebiz c7f791963e
Merge pull request #100 from jameshall9327/main 1 year ago
Scott Powell 50b62c9252 * room server: now handles REQ_TYPE_GET_STATUS, replies with ServerStats (same as RepeaterStats, with extra fields: n_posted, n_post_push) 1 year ago
Scott Powell f08a30cf24 * companion: RESP_CODE_ERR now has err_code byte 1 year ago
ripplebiz d15630660b
Merge pull request #114 from lincomatic/pr-llcc68 1 year ago
Scott Powell 13679f9ff1 * CMD_SEND_TRACE_PATH, now replies with RESP_CODE_SENT 1 year ago
Scott Powell 691c135c22 * workaround for TRACE packets so they can follow a return path 1 year ago
Scott Powell 807b9bdc19 * companion support for TRACE packets. (CMD_SEND_TRACE_PATH, PUSH_CODE_TRACE_DATA) 1 year ago
Scott Powell fe4fdeb236 * redesigned TRACE packet structure 1 year ago
taco 6a78cfd00d match changes to other nrf52 boards, add pin definitions to platformio.ini 1 year ago
taco f671b753da revert variant.h pins 1 year ago
taco 88dfa42e47 Merge branch 'faketec-testing' into dev 1 year ago
taco 86ece04fe2 move DISPLAY_CLASS definition 1 year ago
taco d59b1d235e define PIN_OLED_RESET -1 1 year ago
Scott Powell 156741e563 Merge branch 'dev' into trace 1 year ago
taco a67bb8e1e3 tidy up 1 year ago
lincomatic bdeec374ef add ProMicroLLCC68 for Faketec w/ LLCC68 1 year ago
lincomatic 0eed29b99e fix compilation error 1 year ago
Scott Powell 25a68f5ca4 * build fix 1 year ago
ripplebiz 6c434328b5
Merge pull request #111 from recrof/dev 1 year ago
recrof 882377e4d6 fixed: added back pin inits when SDA and SCL are set. 1 year ago
recrof d525680b71 added display support for RAK4631, removed Wire.begin(int, int) from nrf52 devices, cosmetic changes 1 year ago
ripplebiz f700fd5a36
Merge pull request #107 from recrof/dev 1 year ago