One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| /* | |
| * Demonstrate using an http server and an HTML form to control an LED. | |
| * The http server runs on the ESP8266. | |
| * | |
| * Connect to "http://esp8266WebForm.local" or "http://<IP address>" | |
| * to bring up an HTML form to control the LED connected GPIO#0. This works | |
| * for the Adafruit ESP8266 HUZZAH but the LED may be on a different pin on | |
| * other breakout boards. | |
| * | |
| * Imperatives to turn the LED on/off using a non-browser http client. |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
| Alias name: alice384 | |
| Creation date: Mar 27, 2021 | |
| Entry type: PrivateKeyEntry | |
| Certificate chain length: 1 | |
| Certificate[1]: | |
| Owner: C=MX-SLP,ST=San Luis Potosi,L=Mexico,O=Unknown,OU=Unknown,CN=Alice | |
| Issuer: C=MX-SLP,ST=Sa |
Located in alphabetical order (not prefer)
Cab), also designed as a more modern replacement, written in Cgolang)| FROM ubuntu:20.04 | |
| ENV DEBIAN_FRONTEND=noninteractive | |
| WORKDIR /app | |
| # Step 1: Install prerequisites | |
| RUN apt-get update && apt-get install -y \ | |
| software-properties-common \ | |
| lzip git make sudo curl build-essential libssl-dev libffi-dev \ |
| # remap prefix from 'C-b' to 'C-a' | |
| unbind C-b | |
| set-option -g prefix C-a | |
| bind-key C-a send-prefix | |
| # split panes using | and - | |
| bind | split-window -h | |
| bind - split-window -v | |
| unbind '"' | |
| unbind % | |
| bind -n M-Right select-pane -R |