mdhiggins / ESP8266-HTTP-IR-Blaster

ESP8266 Compatible IR Blaster that accepts HTTP commands for use with services like Amazon Echo
MIT License
968 stars 217 forks source link

WiFiManager "development" Branch Does Not Exist #306

Closed PicoMitchell closed 3 years ago

PicoMitchell commented 3 years ago

platformio.ini references https://github.com/tzapu/WiFiManager.git#development but when attempting to build, I get the following error because the "development" branch does not exist.

warning: Could not find remote branch development to clone.
fatal: Remote branch development not found in upstream origin
VCSBaseException: VCS: Could not process command ['git', 'clone', '--recursive', '--depth', '1', '--branch', 'development', 'https://github.com/tzapu/WiFiManager.git', '/Users/pico/.platformio/.cache/tmp/pkg-installing-zmryltsz']:

Did you mean to use the "dev_nodebug" branch? I ended up just building with the master branch and things seems to be working for me.

PicoMitchell commented 3 years ago

Although, my ESP8266 IR Blaster does appear to be broadcasting a Wi-Fi network named like "ESP-######" which I've confirmed is coming from the ESP8266 IR Blaster board I've just set up. This is happening even after the board is successfully connected to my Wi-Fi and functioning properly. This Wi-Fi name is also not the name I set in wifi_config_name.

Is this related to the WiFiManger version being used? I don't remember having this problem with past ESP8266 IR Blasters I've set up.

mdhiggins commented 3 years ago

It would appear that the development branch has been merged into master and deleted, I'll update

I think that new ESP-##### network is a side effect of WiFiManager though it may also be part of the ArduinoOTA package, not 100% sure, not something I'm creating from my blueprint though

mdhiggins commented 3 years ago

26115e9d855c54f030f089de5f726931a4ce39d4