Weatherstation/Weather Station March 2023: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 April 2023

3 April 2023

1 April 2023

  • curprev 05:1305:13, 1 April 2023David talk contribs 6,684 bytes +28 No edit summary
  • curprev 05:1205:12, 1 April 2023David talk contribs 6,656 bytes +96 No edit summary
  • curprev 05:1005:10, 1 April 2023David talk contribs 6,560 bytes +6,560 Created page with " Features / improvements # MDNS for discovery of web service. # Moved Secrets to include file. # removed serial requirement, so it can run "headless" <pre> #include <Wire.h> #include <SPI.h> #include <Adafruit_Sensor.h> #include "Adafruit_BME680.h" #include <WiFi.h> #include <ESPmDNS.h> #include "wifi_secrets.h" #define HOSTNAME "weatherstation3" char ssid[] = SECRET_SSID; char password[] = SECRET_PASS; #define SEALEVELPRESSURE_HPA (1013.25) #define I2C_SDA 0..."