Skip to content

Commit

Permalink
Update ARDUINO_MPPT_FIRMWARE_V1.0.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloCasi authored Aug 22, 2021
1 parent 8686fb5 commit b887a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARDUINO_MPPT_FIRMWARE_V1.0.ino
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ TaskHandle_t Core2; //SYSTEM PARAMETER - Used for the ESP32 dual
char
auth[] = "nW4qPYZTfwGk6SjhOOZuwKFSScLSmYXO", // USER PARAMETER - Input Blynk Authentication Token (From email after registration)
ssid[] = "Husavik", // USER PARAMETER - Enter Your WiFi SSID
pass[] = "Joey+Lena=2293"; // USER PARAMETER - Enter Your WiFi Password
pass[] = "password"; // USER PARAMETER - Enter Your WiFi Password
//========== MPPT VARIABLE PARAMETERS ==============================================================
bool //========== BOOLEAN (1 = Enable, 0 - Disable) ==========
MPPT_Mode = 1, // USER PARAMETER - Enable MPPT algorithm, when disabled charger uses CC-CV mode
Expand Down

0 comments on commit b887a25

Please sign in to comment.