From bd1178156a4413e2c27c4ca4f73f6d095a1a4865 Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Tue, 14 Jan 2025 11:28:54 +0800 Subject: [PATCH] Remove invalid method --- examples/Factory/Factory.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/Factory/Factory.ino b/examples/Factory/Factory.ino index b556d24..b68bd90 100644 --- a/examples/Factory/Factory.ino +++ b/examples/Factory/Factory.ino @@ -1295,8 +1295,6 @@ void wifiTask(void *task) while (1) { wifiMulti.run(); if (is_time_available) { - extern bool factory_send(); - factory_send(); Serial.println("---REMOVE TASK---"); vTaskDelete(NULL); }