diff --git a/README.md b/README.md index 1e06c5bd3e85d0657ad82cf921e110e147f5dbd0..5638be24a55777ef297131d8384c2b3f3c9933d6 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,12 @@ make upload board=esp32 && make monitor # For ESP32 In Arduino IDE *Serial Monitor* or PlatformIO *Monitor*, type `help` + <kbd>Enter</kbd> in order to list the available commands: +* `ap!` (Forces access point mode). * `auto_calibrate 0/1` (Disables/enables autocalibration). -* `calibrate` (Starts calibration process). * `calibrate 600` (Starts calibration process, to given ppm). +* `calibrate` (Starts calibration process). * `calibrate! 600` (Calibrates right now, to given ppm). -* `co2 1500` (Sets CO<sub>2</sub> level, for debugging purposes). +* `co2 1500` (Sets CO<sub>2</sub> level, for debugging). * `color 0xFF0015` (Shows color, specified as RGB, for debugging). * `csv 60` (Sets CSV writing interval, in s). * `format_filesystem` (Deletes the whole filesystem). @@ -112,12 +113,17 @@ In Arduino IDE *Serial Monitor* or PlatformIO *Monitor*, type `help` + <kbd>Ente * `local_ip` (Displays local IP and current SSID). * `lora 300` (Sets LoRaWAN sending interval, in s). * `mqtt 60` (Sets MQTT sending interval, in s). +* `pwd abc` (Sets WiFi password to 'abc'). * `reset` (Restarts the ESP). +* `reset_config` (Resets the complete IotWeb config). * `reset_scd` (Resets SCD30). +* `save_config` (Saves the config to EEPROM). * `send_local_ip` (Sends local IP and SSID via MQTT. Can be useful to find sensor). * `set_time 1618829570` (Sets time to the given UNIX time). * `show_csv` (Displays the complete CSV file on Serial). +* `ssid name` (Sets SSID to 'name'). * `timer 30` (Sets measurement interval, in s). +* `wifi 0/1` (Turns Wifi on/off). * `wifi_scan` (Scans available WiFi networks). The commands can be sent via the Serial interface, from the webpage or via MQTT.