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
// EmonLibrary examples openenergymonitor.org, Licence GNU GPL V3 | |
#include "EmonLib.h" // Include Emon Library | |
#define VOLT_CAL 148.7 | |
EnergyMonitor emon1; // Create an instance | |
void setup() | |
{ |
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
#include "WiFiManager.h" //https://github.com/tzapu/WiFiManager | |
#if defined(ESP32) | |
#include <WebServer.h> | |
using my_WebServer = WebServer; | |
#else | |
#include <ESP8266WebServer.h> | |
using my_WebServer = ESP8266WebServer; | |
#endif |
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 | |
/* ---------------------------------------------------------------------- | |
This code fragment and addition to the GetSimple config file is designed to provide the capability to use SMTP mail when sending from | |
the GetSimple core application, not from plugins. For example, when sending a mail generated by a user request to "Reset Password" | |
GetSimple uses the built in PHP Mail() function only. Many hosting environments are now requiring that PHP scripts only use SMTP for | |
security reasons and thus this suggested change... | |
------------------------------------------------------------------------- | |
STEP #1 - | |
Add the following 2 lines to GSConfig.php: |
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
<com><!-- hold a prop --> | |
<type>menu</type> | |
<trigger>parrot</trigger> | |
<do> | |
<var>My Things/quickbar/prop/SB+-+Macaw+Parrot/Hold</var> | |
</do> | |
<return>Hold Parrot</return> | |
</com> | |
<com><!-- teleport to a doid --> |