This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Experiment v3 | |
*/ | |
#include "DHT.h" | |
#include "ESP8266WiFi.h" | |
#include "WiFiClient.h" | |
#include "ESP8266WebServer.h" | |
#define DHTPIN_1 4 // D2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/******************************************************************** | |
Coppermine Photo Gallery | |
e107 bridge | |
************************ | |
v1.01 | |
Coppermine version: 1.4.9 | |
$Source$ | |
$Author: v3 <[email protected]>$ |