mverch67
62c0acf19c
fix BL/PWM (update lib)
2024-05-02 13:12:25 +02:00
mverch67
3fb8cdf763
fix SPI touch
2024-05-02 10:12:47 +02:00
mverch67
500c7d41a7
retry update lib
2024-05-01 22:18:20 +02:00
mverch67
7990e7ef47
update lib spi_host
2024-05-01 22:13:38 +02:00
mverch67
fab3028465
spi_host support
2024-05-01 11:47:03 +02:00
mverch67
ae82c32c29
add spi_host support
2024-04-29 20:47:28 +02:00
mverch67
a24def6105
lib update (heartbeat)
2024-04-20 23:32:01 +01:00
mverch67
548b57c2e2
update lib
2024-04-20 22:11:10 +02:00
mverch67
8e66cbfd46
update want_ack / hop_limit
2024-04-20 17:51:49 +02:00
mverch67
a3f867724d
update repository links
2024-04-19 21:39:15 +02:00
mverch67
6652683a5e
added ILI9488+ST7796
2024-04-18 15:59:47 +01:00
mverch67
695568ee4d
added release build + tryfix touch crash
2024-04-18 15:36:47 +01:00
mverch67
99f0deaa91
refactoring PacketServer/API device-ui update
2024-04-17 20:37:26 +01:00
mverch67
a98394327f
add portduino seetingsMap configuration
2024-04-17 14:11:33 +01:00
mverch67
8dcc42cfb0
device-ui checkout master
2024-04-09 09:04:10 +02:00
mverch67
6e61a9add9
refactored receivePacket
2024-03-19 23:35:16 +01:00
mverch67
140eb94d1c
try-fix acessing d172503
2024-03-19 10:03:58 +01:00
mverch67
13a9c00c18
updated device-ui
2024-03-19 00:49:48 +01:00
Manuel
352ac209e5
Merge branch 'tft-gui-work' of https://github.com/meshtastic/firmware into tft-gui-work
2024-03-18 23:58:21 +01:00
mverch67
0c6d70f2e7
fix fonts
2024-03-15 09:56:35 +01:00
mverch67
9f942511ae
added chats panel + del button
2024-03-13 01:26:50 +01:00
mverch67
27b4894329
improved node images
2024-03-12 16:17:11 +01:00
mverch67
060285040b
device metrics
2024-03-12 12:58:53 +01:00
mverch67
2875e4f190
group channel update
2024-03-12 00:24:30 +01:00
mverch67
4907a32373
update lib
2024-03-11 22:45:05 +01:00
mverch67
0cb774014e
text messaging support
2024-03-11 20:59:02 +01:00
mverch67
7a3843c0ed
proper trunk fmt
2024-03-08 11:46:11 +01:00
mverch67
f60c5b9e6d
rudimentary messaging
2024-03-08 11:41:12 +01:00
mverch67
9a6fa87d68
trunk init
2024-03-07 16:24:05 +01:00
mverch67
16856a1548
bugfixes
2024-03-07 14:28:47 +01:00
mverch67
37ea727021
update lastHeard handling
2024-03-05 21:36:36 +01:00
mverch67
4dcaeddb1f
fix build issues
2024-03-05 16:14:52 +01:00
mverch67
ab6b797bc2
ViewController and View interface
2024-03-05 09:20:47 +01:00
mverch67
7dfeedc0f5
implement IClientBase interface
2024-03-04 09:43:46 +01:00
mverch67
fbdfa92d4b
start device-ui integration
2024-03-04 09:43:46 +01:00
Sacha Weatherstone
593dc67cfb
Remove unused lib dir
2022-03-10 08:40:39 +11:00
Sacha Weatherstone
400630199f
Use nanopb from PIO registry
2022-03-10 08:37:24 +11:00
Kevin Hester
7f5ab472b9
mqtt: downlink now works
2021-04-05 09:38:00 +08:00
Kevin Hester
c361c1fab7
Update to nanopb 0.4.4
2020-12-11 08:31:41 +08:00
geeksville
03f019dea2
memory size debugging
2020-06-16 19:55:14 -07:00
geeksville
9149912a2d
adafruit includes segger by default
2020-05-21 21:17:19 -07:00
geeksville
5ec5248fe4
complete ble ota move
2020-05-14 14:22:11 -07:00
geeksville
14fdd33972
move bluetooth OTA back into main tree for now
2020-05-14 14:20:05 -07:00
Dafeman
c4a1fe0f36
Pad Bluetooth passkey to 6 digits
2020-05-09 23:09:36 +12:00
geeksville
e5d2d24e2c
move nanopb includes to correct directory
2020-04-27 09:27:36 -07:00
geeksville
309e7be00c
use segger console on nrf52
2020-04-23 13:52:46 -07:00
geeksville
f0f6c4950b
on NRF52 use the Segger debug console for debug logging
2020-04-23 13:27:16 -07:00
geeksville
3673f95fe5
woot! using new BLE api approximately works for reading
2020-04-23 11:02:14 -07:00
Girts Folkmanis
daf8594b99
Screen cleanups and refactoring
...
Work towards separating out how Screen interacts with other stuff.
* `Screen` should now be thread-safe. All commands to it are put in a
queue and handled in `doTask` from the `loop()` task.
* Break dependency from `BluetoothUtil` to `Screen` by changing the
pairing request into a callback.
* All accesses to screen now happen through the class.
* Fix `drawRows` so that the text scrolls along with frame animations.
* Remove example code that wasn't used.
2020-03-18 18:11:35 -07:00
geeksville
ffe8bf2be6
Refactor to make some real design docs
2020-03-05 18:39:24 -08:00