diff --git a/FactoryTest/FactoryTest.ino b/FactoryTest/FactoryTest.ino index 98d425f..53969af 100644 --- a/FactoryTest/FactoryTest.ino +++ b/FactoryTest/FactoryTest.ino @@ -164,7 +164,7 @@ M5.delay(1000); M5.Display.setBrightness(i); } - esp_sleep_enable_timer_wakeup(12 * 31 * 86400 * 1000000ULL); // 1週間後に復帰 + esp_sleep_enable_timer_wakeup(12 * 31 * 86400 * 1000000ULL); // 1年後に復帰 esp_deep_sleep_start(); }