-
- VSCode Version: 1.19.0
- OS Version:Windows10 (version 1709) OS Build 16299.125
Steps to Reproduce:
1. Update user git configuration to have a includeIf block
```
[includeIf "gitdir…
-
Hello, I've been trying to use the sketch from the following URL on Wemos D1 Mini Pro: (https://github.com/electronicsguy/ESP8266/blob/master/HTTPSRedirect/GoogleDocs.ino)
It happens that this sa…
-
tldr: With v1.0.5, the IngressGateway only listens to the hosts provided in the first Gateway definition provided to the server.
Longer version: I have setup the IngressGateway with a loadbalancer…
-
There should be a way for people to provide third-party extensions to Bocadillo. This is a prerequisite to building an ecosystem around Bocadillo.
One typical use case would be an `auth` extension …
-
Hi!
I use esp8266-12E board with platformio 3.5.1
All work fine. Config file for my project is like this:
```INI
[env:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
board_…
-
To test the WiFi connection I'm sharing the WiFi of my cellphone.
If I stop the WiFi sharing during the command below, the ESP8266 stops working. It only works if I do a hardware reset.
If I don…
-
It had been functioning properly about 6 months. But suddenly we noticed that it did not render correctly the meta tags of the page.
![capture](https://user-images.githubusercontent.com/4074823/49889…
-
i am using
e := echo.New()
e.Pre(middleware.HTTPSRedirect())
and i keep getting
/usr/local/go/src/net/http/server.go:1862 +0x19e
net/http.(*conn).serve(0xc82052ba20)
/usr/local/go/src/n…
-
Hello,
taking inspiration to your GoogleDocs.ino I have written this code in order to launch a google script:
```
void loop() {
static int error_count = 0;
static int connect_count = 0;
co…
-
@jkotalik