jacob.eva
d9cb64ec93
Make screensaver checks more efficient + add periodic refresh to RAK4631
8 months ago
jacobeva
5cb7de66d8
Merge pull request #24 from jeremybox/screensaver
...
makes SCREENSAVER_INTERVAL a #define to save some ram
8 months ago
jeremy
8686ee7844
makes SCREENSAVER_INTERVAL a #define to save some ram
8 months ago
jacob.eva
17ad6d213d
Improve screensaver to be non-blocking
8 months ago
jacobeva
9d68b58e2e
Merge pull request #22 from jeremybox/screensaver
...
screensaver
8 months ago
jacob.eva
65acd4f339
Fix corruption / dropped packet issues caused by small UART buffer
8 months ago
jeremy
c80a4caab0
Adds a rudimentary screen saver that briefly (500ms) inverts the screen every 10 minutes on OLED displays to prevent burn-in.
8 months ago
jacob.eva
55d0a41aa8
Remove redundant radio status updates
8 months ago
jacob.eva
36c90de9f8
Only send phy stats *after* sending config parameter reply to master
8 months ago
jacob.eva
7f05a4fd9f
Fix weird behaviour with queue sizing
8 months ago
jacob.eva
d7f2de07c0
Fix BLE pairing behaviour and disable just works pairing
8 months ago
jacob.eva
721cee3603
Fix SPI semaphore lockup issue on ESP32
9 months ago
jacob.eva
a4fe2baf78
Clarify pin requirements
9 months ago
jacob.eva
152e7f17b3
Auto install needed packages, and bypass external management error
9 months ago
jacob.eva
761923e210
Update dependencies
9 months ago
jacob.eva
fe7d745052
Remove last remaining AVR stuff
9 months ago
jacob.eva
e5eea88aa5
Update guide and fix spelling / grammar errors
9 months ago
jacobeva
f778e4d76f
Merge pull request #17 from nathmo/patch-1
...
Added a few info in CONTRIBUTING.md
9 months ago
Nathann Morand
a4d40ef105
Added a few info in CONTRIBUTING.md
...
Tried to improve the documentation for futur contributor.
Notably added instruction to also update the Makefile, ad an entry to Utilities.h which I had to discover by trial and error
9 months ago
jacob.eva
003aab4072
Fix issue with SX1280 TX power not being set properly
9 months ago
jacob.eva
02c691481b
Rename freeNode to openCom XL
9 months ago
jacob.eva
f643eba8bb
Add freeNode as supported product
9 months ago
jacob.eva
a287d7b01c
Add rak4631_sx1280 and freenode board variant targets
9 months ago
jacob.eva
282815eb95
Merge branch 't3s3_sx1280'
9 months ago
jacob.eva
c88fe0ed33
Add support for negative TX power values
9 months ago
jacob.eva
e5fcf79e4d
Add support for freeNode to EEPROM
9 months ago
jacob.eva
8b705b2f4e
Fix Bluetooth functionality on NRF52
9 months ago
jacob.eva
fee8d2b28b
Add todo
9 months ago
jacob.eva
ba2d36add9
Switch from board variant being set separately to using model number instead.
9 months ago
jacob.eva
63eab05014
Add clarification for interface_spi
9 months ago
jacob.eva
35e9f36ffd
Add T3S3 target and different variants of the board
9 months ago
jacob.eva
236ea0b999
Update release notes
10 months ago
jacob.eva
c6981f713b
Invert modem selection outline
10 months ago
jacob.eva
edce15f381
Bump version to 1.73
10 months ago
jacob.eva
5fb1f452a4
Fix TNC settings not being saved, courtesy of @attermann
10 months ago
jacob.eva
fd688b987d
Merge branch 'interfaces'
10 months ago
jacob.eva
efe807bb22
Remove unsupported AVR board
10 months ago
jacob.eva
ff12b8921c
Use new ESP32 IDF and force version in prep-esp32
10 months ago
jacob.eva
7f3e8813f0
Fix linker errors on ESP32 boards
10 months ago
jacob.eva
87b59bab3b
Fix builds and restructure configs for multi interface
10 months ago
jacob.eva
0cc26f4980
Fix dotted outline for stat screen on OLED
10 months ago
jacob.eva
62270a9ced
Fix stack overflow issues on Heltec32 V3
10 months ago
jacob.eva
7c338c7caf
Fix ESP32 and Heltec32_V3 compilation errors
10 months ago
jacob.eva
acb74f61d4
Store online_interface_list in heap, preventing errors on ESP32
10 months ago
jacob.eva
24543e5f5a
Fix OLED compilation errors
10 months ago
jacob.eva
5ade8f1058
Fix vtable error from functions not being pure virtual
10 months ago
jacob.eva
12697f194d
Fix compiler warnings
10 months ago
jacob.eva
007dfd8e65
Add PA calculations for LoRa1280F27
10 months ago
jacob.eva
fa16f4a54d
Implement SX127X clearIRQStatus function
10 months ago
jacob.eva
379dce99b3
Fix various SX1280 issues, revamp RX ISR flow
10 months ago