This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ESP8266WiFi.h> | |
#ifndef WIFISSID | |
#define WIFISSID "" | |
#define WIFIPASS "" | |
#endif | |
#define RELAY 5 | |
const char* ssid = WIFISSID; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# This is free and unencumbered software released into the public domain. | |
# | |
# Anyone is free to copy, modify, publish, use, compile, sell, or | |
# distribute this software, either in source code form or as a compiled | |
# binary, for any purpose, commercial or non-commercial, and by any | |
# means. | |
# | |
# In jurisdictions that recognize copyright laws, the author or authors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell pm uninstall -k --user 0 com.google.android.apps.tachyon | |
adb shell pm uninstall -k --user 0 com.google.android.music | |
adb shell pm uninstall -k --user 0 com.google.android.videos | |
adb shell pm uninstall -k --user 0 com.android.browser | |
adb shell pm uninstall -k --user 0 com.miui.bugreport | |
adb shell pm uninstall -k --user 0 com.miui.compass | |
adb shell pm uninstall -k --user 0 com.miui.notes | |
adb shell pm uninstall -k --user 0 com.miui.screenrecorder | |
adb shell pm uninstall -k --user 0 com.miui.videoplayer | |
adb shell pm uninstall -k --user 0 com.miui.player |