mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Changes after review comments
This commit is contained in:
parent
2cea5bd578
commit
c31c53e856
4 changed files with 15 additions and 14 deletions
|
@ -16,7 +16,6 @@ volatile uint16_t MAXDISCHARGEAMP =
|
|||
300; //30.0A , BYD CAN specific setting, Max discharge speed in Amp (Some inverters needs to be artificially limited)
|
||||
|
||||
// MQTT
|
||||
// For more detailed settings, see mqtt.h
|
||||
#ifdef MQTT
|
||||
const char* mqtt_user = "REDACTED";
|
||||
const char* mqtt_password = "REDACTED";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue