All public logs

From Federal Burro of Information
Jump to navigationJump to search

Combined display of all available logs of Federal Burro of Information. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:28, 11 April 2023 David talk contribs created page Weatherstation/Weather Station April 2023 (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...")