21 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson
05ce0eb6a1
Allow device to start without SPIRAM (#625) 2025-01-07 16:28:20 +01:00
Erik Olof Gunnar Andersson
31a92aa2a0
Fix logs not rendering properly in AxeOS (#612) 2025-01-05 01:05:44 +01:00
WantClue
b432d2747f
Enable PSRAM again (#611)
* enable PSRAM again

* add PSRAM speed
2025-01-04 23:56:49 +01:00
Erik Olof Gunnar Andersson
c8eae500fa
Revert "Enable SPIRAM and use it for specific tasks (#597)" (#610)
This reverts commit d9ee113643053bf21c4be64cad245e300a70d808.
2025-01-04 23:42:54 +01:00
WantClue
188336c1b6
UI themes (#600)
* Revert "Enable PSRAM (#468)"

This reverts commit e67aa1d8b72383a4d0ca75a834464e13afdacfe0.

* add color themes

* enable persistant themes

* change back to origional red

* add default theme 'dark-red'. subscribe on home component to the ThemeService
2024-12-28 23:19:33 +01:00
Erik Olof Gunnar Andersson
d9ee113643
Enable SPIRAM and use it for specific tasks (#597) 2024-12-28 23:18:32 +01:00
WantClue
f7fc3d3868
Revert "Enable PSRAM (#468)" (#594)
This reverts commit e67aa1d8b72383a4d0ca75a834464e13afdacfe0.
2024-12-22 21:54:40 +01:00
mutatrum
e67aa1d8b7
Enable PSRAM (#468)
* Enable PSRAM

* Merge master

* Revert missing lines

* Whitespace
2024-12-21 22:52:55 +01:00
Erik Olof Gunnar Andersson
695d84ac2a
Tune HTTP and System Stability (#571) 2024-12-11 23:23:07 +01:00
mutatrum
848c7807ec
LVGL All The Things! (#539) 2024-12-11 23:03:58 +01:00
Erik Olof Gunnar Andersson
cccae3cabf
Enable WiFi 802.11k 802.11v (#365) 2024-10-09 15:45:25 -04:00
Erik Olof Gunnar Andersson
68235d2736
Set ESP32 CPU clock frequency to 240MHz (highest setting) (#338) 2024-09-27 15:35:43 -04:00
Benjamin Wilson
b53b641c68 Remove wifi max retry, remove max fan speed on reboot 2024-05-23 22:34:11 -04:00
johnny9
41ce647f50 Revert "flash size defaults"
These settings were already in sdkconfig.defaults

This reverts commit d6561424705ff89f9b2930ff4e31132731f155db.
2023-09-23 17:38:12 -04:00
Ben
d656142470 flash size defaults 2023-09-23 16:53:54 -04:00
johnny9
bc4afd39b7 Increase parition sizes and include coredump partition 2023-09-20 12:50:00 -04:00
Ben
bb8690ed1a Captive portal when connecting via AP mode 2023-09-17 21:00:46 -04:00
Ben
ef71810bba EMC2101 should read internal temp if BM1366 2023-09-06 17:22:08 -04:00
Ben
6b6b1ac6e1 serve gzipped website files 2023-08-27 14:49:26 -04:00
Ben
bac6da555a realtime logs 2023-08-27 11:53:47 -04:00
Benjamin Wilson
199c151c0f
Http-server (#17)
* rename miner to main

* serving out of storage

* axe os

* http server work

* basic stats showing

* update sdkconfig

* SDKCONFIG

* sdk config

* edit page init

* edit pool config

* pool config edit working

* OTA Success

* remove compiled output

* toggle AP mode with boot button

* favicon

* ota website update

* add sdkconfig.ci back

* update readme

* change website build to warning

* Update github workflow to build web dist

* Allow AP mode before STA connection complete

* spacing for johnny :)

* formatting

* Improve connecting to wifi with AP mode

* added working indicator for UI

* formatting

* formatting

* remove redundant sdkconfig in CMakeLists

* vs code format on save workspace settings

---------

Co-authored-by: johnny9 <985648+johnny9@users.noreply.github.com>
2023-08-26 12:21:41 -04:00