mutatrum
848c7807ec
LVGL All The Things! ( #539 )
2024-12-11 23:03:58 +01:00
Skot
2c41cc9255
Fix a couple missed issues from the fix_warnings PR ( #393 )
...
* move ADC_init() before start_http_server() because the UI reads the ADC
* split SYSTEM_init() into separate functions. cleaned up nvs init.
* fix my dumb INA260_init() memory leak
* SYSTEM_init_peripherals() cleanup
2024-10-09 12:52:55 -04:00
Skot
e1bf30b26e
Fix compiler warnings ( #381 )
...
Fix all compiler warnings and migrate off depreciated ADC and I2C libraries.
---------
Co-authored-by: Erik Olof Gunnar Andersson <eandersson@users.noreply.github.com>
2024-10-08 11:27:32 -04:00
Georges Palauqui
c8789269f9
refactor GLOBAL_STATE argument instead of MODULE only
2024-06-12 15:05:14 +02:00
MoellerDi
afd4a30985
add best difficulty since system boot ( #162 )
2024-05-23 22:57:00 -04:00
MoellerDi
6283a68d4b
fix Best Difficulty can not be > 4.29G ( #155 )
...
* fix best_nonce_diff, uint32_t is too small
* best_nonce_diff as uint64_t
2024-03-29 10:37:19 -04:00
Skot
dade418921
Network resets2 ( #74 )
...
Fixes #55
* added error log message and retry when stratum can't connect
* handle dns_gethostbyname() failures
2024-01-08 00:06:04 -05:00
Ben
9eee3ae359
Fix screen 1 breaking when share found
2024-01-07 00:55:17 -05:00
johnny9
181f9f3e66
main: Include what you use in system.h
2023-09-18 21:03:06 -04:00
Ben
79430f6d3a
reformat entire c project
2023-08-26 12:28:17 -04:00
Skot Croshere
260ba51edb
added some basic wifi connection retrys and debugging
2023-07-01 14:23:35 -04:00
Skot Croshere
9f22c21f17
added suffixes to best_difficulty display
2023-07-01 14:23:35 -04:00
Ben
1e63f35888
display will now show if block found ;)
2023-07-01 14:23:35 -04:00
Ben
23ac4cfacc
changed clock sync from ntp time to pool ntime
2023-07-01 14:23:35 -04:00
Ben
d9da5dd52d
system diff calculations
2023-07-01 14:23:35 -04:00
Ben
685d8c1979
simplify system nonce notification
2023-07-01 14:23:35 -04:00
Ben
6065ef05a3
Fixed issues with ckpool job id, parameter length, asic init
2023-07-01 14:23:35 -04:00
Ben
b604e0ccc6
cleaning up serial.c
2023-07-01 14:22:35 -04:00
Ben
3d9d1692f2
more cleanup of mb1397 and system
2023-07-01 14:22:10 -04:00
Ben
c148aec820
modulize system, bm1397, cleanup
2023-07-01 14:22:10 -04:00
Ben
ab8d220a03
system.c cleanup
2023-07-01 14:22:10 -04:00
Ben
a2f6fa0d51
Fix memory leak; improved display and hashrate calculation
2023-07-01 14:22:09 -04:00
Ben
20eb6ab92e
accept/reject share count
2023-07-01 14:21:40 -04:00
Ben
18d0f651e8
hashrate calc, WIP
2023-07-01 14:20:48 -04:00
Ben
02e4b0d76d
ticket_mask
2023-07-01 14:20:48 -04:00
Skot Croshere
7e234ce8d5
moved the system monitor functions to a separate file and task
2023-07-01 14:17:01 -04:00