File tree Expand file tree Collapse file tree 4 files changed +26
-18
lines changed Expand file tree Collapse file tree 4 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ http_request:
2828
2929safe_mode :
3030
31+ improv_serial :
32+
33+ esp32_improv :
34+ authorizer : none
35+
36+ web_server :
37+ port : 80
38+
3139update :
3240 - platform : http_request
3341 id : update_http_request
@@ -37,6 +45,12 @@ update:
3745logger :
3846
3947wifi :
48+ id : wifi_1
49+ on_connect :
50+ - delay : 5s
51+ - ble.disable :
52+ on_disconnect :
53+ - ble.enable :
4054 ap :
4155 ssid : " Apollo R1 Hotspot"
4256
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8181 < div class ="content ">
8282 < h1 > Apollo R-1 Installer</ h1 >
8383
84- < p class ="button-row " align ="center ">
85- < esp-web-install-button manifest ="./Integrations/ESPHome/manifest.json ">
86- </ esp-web-install-button >
87- </ p >
88-
84+ < div class ="button-row " style ="display: flex; justify-content: center; gap: 20px; align-items: center; ">
85+ < div >
86+ < p > Wifi Firmware</ p >
87+ < esp-web-install-button manifest ="./firmware-w/manifest.json "> </ esp-web-install-button >
88+ </ div >
89+ < div >
90+ < p > Ethernet Firmware</ p >
91+ < esp-web-install-button manifest ="./firmware-e/manifest.json "> </ esp-web-install-button >
92+ </ div >
93+ </ div >
94+
95+ </ div >
8996 < div class ="footer ">
9097 < a href ="https://github.com/ApolloAutomation/R-1 "
9198 > Apollo R-1</ a
You can’t perform that action at this time.
0 commit comments