├── LICENSE ├── README.md ├── docs └── ESP2SOTA_Update_Screen.png ├── examples ├── AP_Mode │ └── AP_Mode.ino └── Client_Mode │ └── Client_Mode.ino ├── keywords.txt ├── library.json ├── library.properties └── src ├── ESP2SOTA.cpp ├── ESP2SOTA.h └── index_html.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/README.md -------------------------------------------------------------------------------- /docs/ESP2SOTA_Update_Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/docs/ESP2SOTA_Update_Screen.png -------------------------------------------------------------------------------- /examples/AP_Mode/AP_Mode.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/examples/AP_Mode/AP_Mode.ino -------------------------------------------------------------------------------- /examples/Client_Mode/Client_Mode.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/examples/Client_Mode/Client_Mode.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/library.properties -------------------------------------------------------------------------------- /src/ESP2SOTA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/src/ESP2SOTA.cpp -------------------------------------------------------------------------------- /src/ESP2SOTA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/src/ESP2SOTA.h -------------------------------------------------------------------------------- /src/index_html.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pangodream/ESP2SOTA/HEAD/src/index_html.h --------------------------------------------------------------------------------