mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-09-18 11:28:04 +02:00
Integrate Communication into Power Management
This commit is contained in:
@@ -59,6 +59,9 @@ namespace PowerParameters {
|
||||
static constexpr float CURRENT_ESP_LOAD = 88.43;
|
||||
static constexpr float CURRENT_ESP_AVG =
|
||||
(CURRENT_ESP_BASE + CURRENT_ESP_LOAD) / 2;
|
||||
// WiFi current consumptions
|
||||
static constexpr float CURRENT_WIFI_BASE = 64.58;
|
||||
static constexpr float CURRENT_WIFI_PEAK = 128;
|
||||
// RGB LED quiescent current
|
||||
static constexpr float CURRENT_LED_RGB_BASE = 0.7;
|
||||
// RGB LED per channel current during PWM on-time.
|
||||
|
Reference in New Issue
Block a user