Ben Meadors
|
794167c701
|
Removed phone sds timeout (#1372)
|
2022-04-12 08:04:24 -05:00 |
|
Thomas Göttgens
|
e320850707
|
Resolve Conflicts between PIN_BUtton and the Rotary Select and keep screen powered during plugin operation. Forward Port from 1.2 firmware fix.
|
2022-03-25 12:27:14 +01:00 |
|
Jm Casler
|
11130496c4
|
remove is_router in favor of role == Role_Router
|
2022-03-15 15:49:25 -07:00 |
|
Mike Kinney
|
6883bc7afc
|
fix more warnings; add to CI; suppress some warnings
|
2022-01-24 19:58:07 +00:00 |
|
Mike Kinney
|
7c362af3de
|
more warning fixes
|
2022-01-24 18:39:17 +00:00 |
|
Jm Casler
|
4ddc113ed6
|
Add isRouter to the power saving check.
|
2022-01-10 16:37:35 -08:00 |
|
Jm Casler
|
5392a83e33
|
Disable light-sleep (aka bluetooth sleep) as the default behavior.
https://github.com/meshtastic/Meshtastic-device/issues/1071
|
2022-01-09 22:28:13 -08:00 |
|
Jm Casler
|
f302166832
|
Disable light sleep
|
2022-01-09 19:14:07 -08:00 |
|
Joshua Pirihi
|
5b34e3e1ab
|
When switching to battery, shutdown after on_battery_shutdown_after_secs
|
2021-12-06 15:37:35 +13:00 |
|
Ben Meadors
|
2d939d26ee
|
Renamed to is_always_powered for convention
|
2021-11-06 12:11:22 -05:00 |
|
Ben Meadors
|
d6c7ea921a
|
Added always_powered preference
|
2021-11-06 10:03:10 -05:00 |
|
Kevin Hester
|
388f19da79
|
Merge branch 'master' into master
|
2021-08-12 16:32:52 -07:00 |
|
claes
|
5110a6de82
|
Battery sense for T-Echo
Copied battery stuff from RAK4631 to T-Echo
I got the voltage divider figures for T_Echo from SoftRF at
https://github.com/lyusupov/SoftRF/blob/master/software/firmware/source/SoftRF/src/platform/nRF52.h
I dont have a T-Echo so this code
HAS NOT BEEN TESTED
|
2021-08-10 10:07:40 +02:00 |
|
claes
|
04c5ac0d7c
|
Voltage and sleep fix for NRF52
Dont let the NRF52 go to SDS Super Deep Sleep
Show bat percentage on NRF52 when above 4210 mV
|
2021-08-10 09:23:26 +02:00 |
|
Kevin Hester
|
057b04a88a
|
treat RECEIVED_PACKET like PACKET_FOR_PHONE
|
2021-08-02 22:07:39 -07:00 |
|
Kevin Hester
|
28af18389b
|
If MQTT connected don't let the board enter LS state
|
2021-08-02 21:34:14 -07:00 |
|
Kevin Hester
|
2af4c619e1
|
fix #801 (I think) we were sometimes dropping packets in light sleep
Because of failure to enter the NB state packets were not getting queued
for sending.
|
2021-08-02 21:07:32 -07:00 |
|
Kevin Hester
|
17a1262382
|
pull in new epaper lib (which required importing configuration.h everywhere
for dumb reasons)
|
2021-06-27 10:56:28 -07:00 |
|
Kevin Hester
|
b70a359fe8
|
leave phone timeout off a bit longer
|
2021-03-30 23:11:56 +08:00 |
|
Kevin Hester
|
13cfce48fa
|
cleanly disable bluetooth while serial API is in use (and only then)
|
2021-03-25 08:54:43 +08:00 |
|
Kevin Hester
|
7b4f8fb6d6
|
Fix firmware OTA update while is_router
|
2021-03-23 14:44:50 +08:00 |
|
Vadim Furman
|
c62863b1dc
|
Merge from origin
|
2021-03-14 19:42:57 -07:00 |
|
Vadim Furman
|
98d878cdfe
|
Port to lora_isp4520 board
|
2021-03-14 19:00:20 -07:00 |
|
Kevin Hester
|
64bc791e48
|
fix docs
|
2021-03-07 09:34:29 +08:00 |
|
Kevin Hester
|
ba9a94d026
|
fix is_low_power detection
|
2021-03-06 18:00:20 +08:00 |
|
Kevin Hester
|
7312c56d6c
|
Merge remote-tracking branch 'root/master' into dev
# Conflicts:
# src/PowerFSM.cpp
|
2020-12-25 10:16:12 +08:00 |
|
Jm
|
bacc1b1dad
|
#581 - Quiet a compile time warning I introduced.
|
2020-12-22 22:37:34 -08:00 |
|
Jm Casler
|
5f97740ab7
|
Fix for #535 -- Heltec board stays asleep ...
|
2020-12-21 17:42:00 -08:00 |
|
Kevin Hester
|
a8d7700295
|
move more of is_router out of python and into the device code
|
2020-12-21 11:38:03 +08:00 |
|
Kevin Hester
|
15e1a3870c
|
When new node joins mesh, all other nodes reply with their current state
|
2020-12-17 10:53:29 +08:00 |
|
Kevin Hester
|
d7368d5a51
|
begin deep sleep support for nrf52
|
2020-10-30 17:05:32 +08:00 |
|
Kevin Hester
|
d9dcb33576
|
Merge branch 'master' into dev-https
|
2020-10-16 17:05:06 -07:00 |
|
Kevin Hester
|
68ddb712f5
|
properly keep nrf52s from sleeping
|
2020-10-16 14:00:56 +08:00 |
|
Jm Casler
|
10008d4eef
|
fix merge conflict
|
2020-10-11 21:19:22 -07:00 |
|
Jm Casler
|
3d3f7869d4
|
Increase CPU frequency on HTTPS requests. Clock back down after a period of time.
|
2020-10-11 20:38:09 -07:00 |
|
Kevin Hester
|
45a36f5571
|
fix POWER state entry/exit based on loss of USB power (tx @mc-hamster)
|
2020-10-12 09:27:07 +08:00 |
|
Jm Casler
|
ca48079545
|
Merge pull request #15 from meshtastic/master
updated my branch from head
|
2020-10-10 22:29:09 -07:00 |
|
Jm Casler
|
b17a8d7a6a
|
Removed powerExit -- it wasn't working
|
2020-10-10 21:54:27 -07:00 |
|
Kevin Hester
|
49b4ed2a89
|
coroutine: kinda works now
|
2020-10-10 18:03:45 +08:00 |
|
Jm Casler
|
db8faa9faf
|
added powerExit
|
2020-10-09 23:07:37 -07:00 |
|
Jm Casler
|
f75a256631
|
Merge branch 'master' of https://github.com/mc-hamster/Meshtastic-device
|
2020-10-07 22:02:59 -07:00 |
|
Jm Casler
|
4f659b7563
|
Initial check in of HTTPS server for #452
This switches from the espressif web server to esp32_https_server. Both HTTPS and HTTP have been migrated. On board SSL key generation.
|
2020-10-07 22:02:53 -07:00 |
|
Kevin Hester
|
943d5cb08d
|
bug #376 we were not staying in light sleep as long as intended
|
2020-10-06 11:48:53 +08:00 |
|
Kevin Hester
|
7480eb1826
|
Change to use zeros for timeout values that are 'default'
|
2020-10-06 09:43:00 +08:00 |
|
geeksville
|
bacc6caf04
|
wip gps power fixes #376
|
2020-10-01 09:17:43 -07:00 |
|
geeksville
|
28ec0e310d
|
make bat voltage sensing work on eink
|
2020-09-26 18:13:16 -07:00 |
|
geeksville
|
3352fae64c
|
fix #371 allow button while using API. also don't let tbeams sleep if they have USB power
|
2020-09-21 12:41:39 -07:00 |
|
geeksville
|
fefd3d78f3
|
Portduino WIP now compiles but does not link
|
2020-09-05 12:34:48 -07:00 |
|
grcasanova
|
37d9fb2dad
|
just a cleanup of the graphics
|
2020-07-07 10:46:49 +02:00 |
|
grcasanova
|
92b30ebec6
|
fixes now compiles
|
2020-07-06 10:45:55 +02:00 |
|