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 "M5Atom.h" | |
#include <ESP32Servo.h> | |
#include <WiFi.h> | |
#include <WiFiClient.h> | |
#include <WebServer.h> | |
#include <ESPmDNS.h> | |
const char* ssid = "xx"; | |
const char* password = "xx"; |
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
// ==UserScript== | |
// @name Hide Button during specific time | |
// @namespace http://your-namespace.com | |
// @version 1.0 | |
// @description Hide a specific button during a specific time range | |
// @match https://github.com/gaudiy/gaudiy-monorepo/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
OlderNewer