diff --git a/FactoryTest/WebOTA.ino b/FactoryTest/WebOTA.ino index 82fe836..db0f4e5 100644 --- a/FactoryTest/WebOTA.ino +++ b/FactoryTest/WebOTA.ino @@ -40,7 +40,7 @@ String host = "cit.istlab.info"; int port = 80; - String bin = "/f/m5scp2_exp.ino.bin"; + String bin = "/f/FactoryTest.ino.bin"; execOTA(host, port, bin); }