You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
With http server based ota user can update firmware over internet (no
need to connect to same wifi network). You can now easily update
firmware anywhere without having physical acess to esp8266 board.
Copy file name to clipboardExpand all lines: Blynk-PZEM-004T-Phase-Failure-Automation/secret.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,5 @@
24
24
#defineSERVER "xxx.xxx.xx.xxx" // Comment-out if use Blynk hosted cloud service
25
25
26
26
#definePORT 8080
27
+
28
+
#defineFIRMWARE_URL "http://example.com/Blynk-PZEM-004T-Phase-Failure-Automation.ino.nodemcu.bin" // Enter the firmware URL location. Only http Protocol is supported. https not supported. Used for FOTA
0 commit comments