Weatherstation/Weather Station April 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.

14 April 2023

11 April 2023

  • curprev 03:2803:28, 11 April 2023David talk contribs 6,681 bytes +99 No edit summary
  • curprev 03:2803:28, 11 April 2023David talk contribs 6,582 bytes +6,582 Created page with "<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" #define SEALEVELPRESSURE_HPA (1013.25) #define I2C_SDA 0 #define I2C_SCL 1 char ssid[] = SECRET_SSID; char password[] = SECRET_PASS; String hostname = HOSTNAME; String mylocalip ; String mymacaddr ; WiFiServer server(80); // Variable to store the HTTP request String..."