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
  • 05:10, 1 April 2023 David talk contribs created page Weatherstation/Weather Station March 2023 (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...")