Ben Meadors
|
b59e928589
|
Secure DFU mode for OTA updates with pin (#1789)
|
2022-10-12 10:31:39 -05:00 |
|
Ben Meadors
|
505e4e8176
|
Run dfu begin first (#1786)
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
|
2022-10-12 07:55:17 -05:00 |
|
Thomas Göttgens
|
4534d17d79
|
debug print on early boot when OTA firmware is detected.
|
2022-10-10 23:05:24 +02:00 |
|
Sacha Weatherstone
|
a17c40ad09
|
Merge branch 'master' into ota
|
2022-10-09 16:44:24 +10:00 |
|
GUVWAF
|
ee1ae627a3
|
Model the time it is busy receiving/transmitting (#1776)
Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
|
2022-10-08 12:10:50 -05:00 |
|
Thomas Göttgens
|
b591e35442
|
Switch to OTA firmware
|
2022-10-08 11:10:29 +02:00 |
|
GUVWAF
|
d439d00e25
|
Move SimRadio to platform/portduino
|
2022-10-01 17:03:40 +02:00 |
|
GUVWAF
|
2696b04138
|
Allow Portduino to set the TCP port
|
2022-10-01 12:02:29 +02:00 |
|
GUVWAF
|
31dc37150b
|
Fix typo
|
2022-10-01 12:00:31 +02:00 |
|
Thomas Göttgens
|
bf3306fbc8
|
use the new ESP Framework for our older boards too
|
2022-09-09 22:31:30 +02:00 |
|
Thomas Göttgens
|
7f293bfda3
|
Merge branch 'master' into master
|
2022-09-09 21:39:29 +02:00 |
|
Thomas Göttgens
|
6065ef3a54
|
catch renamed targets
|
2022-09-09 13:04:37 +02:00 |
|
Thomas Göttgens
|
86c7eefc91
|
add missing files
|
2022-09-09 12:55:31 +02:00 |
|
lewishe
|
35c77ef99c
|
Simplify HAS_PMU macro definition
|
2022-09-08 10:36:53 +08:00 |
|
lewishe
|
5621719eef
|
Add tbeam esp32s3 version support, replace AXP202X_Library with XPowersLIb
|
2022-09-06 15:58:33 +08:00 |
|
lewis
|
f767fd5075
|
Modified to be compatible with the new version of sdk, compatible with esp32s3
|
2022-09-03 23:38:40 +08:00 |
|
Ben Meadors
|
7f586f7099
|
Better logging and cleanup (#1662)
|
2022-08-29 07:31:02 -05:00 |
|
Ben Meadors
|
1013aff9b6
|
Screen changes and fixes (#1651)
* Fixed bluetooth reinit bug
* Remove screen transition ms
* Whoops
* hasScreen is smarter now
* Oops
|
2022-08-25 11:25:05 -05:00 |
|
Ben Meadors
|
ddc3727155
|
Fixed NRF52 bluetooth
|
2022-08-23 14:03:10 -05:00 |
|
Ben Meadors
|
b54073a8a1
|
Bluetooth mode unification and behavior tweaks (#1636)
* Esp32 bluetooth modes
* Comment
* Gutting bluetooth
* Cleanup
* Security
* Testing
* NRF bluetooth security
* Reboot on saved lora or bluetooth settings
* Cleanup
* Fixes
* Stub for platforms without screens
* Fixed just-works in esp32
* Cleanup
* Display device name in boot screen
* Added waypoint module routing
* chmod
* Words
* Protos
* Backing out partition changes for testing
* Revert "Backing out partition changes for testing"
This reverts commit 191ed6489c .
* Chmod PR artifacts
* Trying setInitialState again
* Revert "Trying setInitialState again"
This reverts commit 703eac7277 .
* External notification module
* Cleanup
* Pin display formatting
|
2022-08-22 16:41:23 -05:00 |
|
Ben Meadors
|
b028af0d82
|
Bluetooth modes (#1633)
* Formatting and comments
* Esp32 bluetooth modes
* Comment
|
2022-08-16 20:42:43 -05:00 |
|
majbthrd
|
aadaf332cf
|
add stm32wl5e platform and wio-e5 variant (#1631)
Co-authored-by: Peter Lawrence <12226419+majbthrd@users.noreply.github.com>
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
|
2022-08-15 07:54:45 -05:00 |
|
Ben Meadors
|
80e3cee006
|
NimBLE enhanced logging (do not merge) (#1629)
* Change log level to debug
* Don't reinit active bluetooth services
* Chmod +x before zip and adding to release
|
2022-08-14 15:27:21 -05:00 |
|
Ben Meadors
|
97712a9dc4
|
Update ESP32Bluetooth.cpp (#1625)
* Update ESP32Bluetooth.cpp
* Update ESP32Bluetooth.h
|
2022-08-12 14:14:14 -05:00 |
|
Ben Meadors
|
7d0411cd15
|
Esp32 NimBLE experiments (#1613)
* Delete callbacks on bleServer on destruct
* Trying things
|
2022-08-10 12:44:52 -05:00 |
|
Thomas Göttgens
|
5e842dd735
|
Put a bit of order in the src directory, group and name things appropriately
|
2022-08-10 11:31:29 +02:00 |
|