Skip to content

Commit

Permalink
update examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazt committed May 11, 2016
1 parent e0854fb commit f90d478
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ void init_webserver() {
" </head>"
" <body ng-app=\"NatApp\">"
"<div ng-controller=\"CMMCController\">"
" <h1>CMMC Controller: <span>millis() = {{ millis }}</span> </h1>"
" <h1>CMMC Controller: </h1>"
" <h2><span>millis() = {{ millis }}</span> </h2>"
"</div>"
" </body>"
"</html>");
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build_flags = '-DWIFI_SSID="Nat"' '-DWIFI_PASSPHRASE="123456789"' -DDEBUG_ESP_PO
; src_dir = examples/wifi-basic-http-get
; src_dir = examples/wifi-basic-webserver-with-io
; src_dir = examples/wifi-basic-webserver-with-html
; src_dir = examples/wifi-basic-webserver/with-basic-angularjs
src_dir = examples/wifi-basic-webserver/with-basic-html
src_dir = examples/wifi-basic-webserver/with-basic-angularjs
; src_dir = examples/wifi-basic-webserver/with-basic-html
; src_dir = examples/wifi-basic-webserver/with-basic-io
lib_dir = pio_compile_here

0 comments on commit f90d478

Please sign in to comment.