diff --git a/examples/VME290/deepsleep/deepsleep.ino b/examples/VME290/deepsleep/deepsleep.ino index 7e80fba..b2a927f 100644 --- a/examples/VME290/deepsleep/deepsleep.ino +++ b/examples/VME290/deepsleep/deepsleep.ino @@ -7,6 +7,10 @@ * 1.Pin states can be set to achieve stable deep sleep. * 2.If equipped with Lora module, please use this low-power instance * + * To reset the deepsleep on a Heltec Vision Master, you can press and + * hold the Boot key, press RST once, and then release the Boot key. + * Now you can upload next program. + * * Library url: https://github.com/HelTecAutomation/Heltec_ESP32 * Support: support@heltec.cn * @@ -51,4 +55,4 @@ void setup() void loop() { -} \ No newline at end of file +}