Gray_code_element

Wednesday, April 8, 2020

Find out what wakes my computer from sleep:

At the command prompt, type:

powercfg -lastwake

No comments:

Post a Comment

Using ESP32 for HTTPS

  #include   < WiFi.h > #include   < WiFiClientSecure.h > const   char *   ssid   =   " yourSSID " ; const   cha...