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
socks_port | client_isp | url | server_net | server_port | exit_code | ok | output | |
---|---|---|---|---|---|---|---|---|
33333 | MTS PJSC | http://ipinfo.io/org | Digital Ocean | 443 | 28 | ❌ | curl: (28) Operation timed out after 10004 milliseconds with 0 bytes received | |
33333 | MTS PJSC | https://ipinfo.io/org | Digital Ocean | 443 | 56 | ❌ | curl: (56) Failure when receiving data from the peer | |
33334 | PJSC MegaFon | http://ipinfo.io/org | Digital Ocean | 443 | 0 | ✅ | AS14061 DigitalOcean, LLC | |
33334 | PJSC MegaFon | https://ipinfo.io/org | Digital Ocean | 443 | 0 | ✅ | AS14061 DigitalOcean, LLC | |
33335 | Tele2 Russia | http://ipinfo.io/org | Digital Ocean | 443 | 0 | ✅ | AS14061 DigitalOcean, LLC | |
33335 | Tele2 Russia | https://ipinfo.io/org | Digital Ocean | 443 | 56 | ❌ | curl: (56) Failure when receiving data from the peer | |
33336 | Bee Line Cable | http://ipinfo.io/org | Digital Ocean | 443 | 0 | ✅ | AS14061 DigitalOcean, LLC | |
33336 | Bee Line Cable | https://ipinfo.io/org | Digital Ocean | 443 | 56 | ❌ | curl: (56) Failure when receiving data from the peer | |
33333 | MTS PJSC | http://ipinfo.io/org | Digital Ocean | 5555 | 0 | ✅ | AS14061 DigitalOcean, LLC |
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
strategy | server_net | server_port | isp | url_scheme | exit_code | img | error | |
---|---|---|---|---|---|---|---|---|
$key | Digital Ocean | 443 | Bee Line Cable | http | 0 | ✅ | ||
$key | Digital Ocean | 443 | Bee Line Cable | https | 0 | ✅ | ||
$key | Digital Ocean | 443 | MTS PJSC | http | 28 | ❌ | curl: (28) Operation timed out after 10006 milliseconds with 0 bytes received | |
$key | Digital Ocean | 443 | MTS PJSC | https | 28 | ❌ | curl: (28) Connection timed out after 10005 milliseconds | |
$key | Digital Ocean | 443 | PJSC MegaFon | http | 0 | ✅ | ||
$key | Digital Ocean | 443 | PJSC MegaFon | https | 56 | ❌ | curl: (56) Failure when receiving data from the peer | |
$key | Digital Ocean | 443 | Tele2 Russia | http | 0 | ✅ | ||
$key | Digital Ocean | 443 | Tele2 Russia | https | 0 | ✅ | ||
$key | Digital Ocean | 5555 | Bee Line Cable | http | 0 | ✅ |
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 <CapacitiveSensor.h> | |
#include <Adafruit_NeoPixel.h> | |
#include <math.h> | |
#define LED_PIN 2 // which pin is your LED data line plugged into? | |
#define LED_COUNT 16 // how many LEDs are in the strip or ring you're driving? | |
class FifoBuffer { | |
private: | |
static const int MAX_SIZE = 1000; // Maximum size of the buffer |
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
substitutions: | |
name: m5stack-atom-echo | |
friendly_name: M5Stack Atom echo | |
packages: | |
m5stack.atom-echo-wake-word-voice-assistant: github://esphome/wake-word-voice-assistants/m5stack-atom-echo/m5stack-atom-echo.yaml@main | |
esphome: | |
name: ${name} | |
name_add_mac_suffix: true | |
friendly_name: ${friendly_name} |
OlderNewer