add license
This commit is contained in:
parent
2574e7a91c
commit
e152937798
@ -1,5 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* "THE TSCHUNK LICENSE" (Revision 42):
|
||||||
|
* <christian@staudte.it> wrote this file. As long as you retain this notice
|
||||||
|
* you can do whatever you want with this stuff. If we meet some day, and you
|
||||||
|
* think this stuff is worth it, you can buy me a Tschunk in return.
|
||||||
|
* ---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
header('Content-type: text/plain; charset=utf8', true);
|
header('Content-type: text/plain; charset=utf8', true);
|
||||||
|
|
||||||
function check_header($k, $v = false) {
|
function check_header($k, $v = false) {
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* "THE TSCHUNK LICENSE" (Revision 42):
|
||||||
|
* <christian@staudte.it> wrote this file. As long as you retain this notice
|
||||||
|
* you can do whatever you want with this stuff. If we meet some day, and you
|
||||||
|
* think this stuff is worth it, you can buy me a Tschunk in return.
|
||||||
|
* ---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
# make sure that the webserver can write to this directory, e.g.
|
# make sure that the webserver can write to this directory, e.g.
|
||||||
# chown -R www-data:www-data /var/www/html
|
# chown -R www-data:www-data /var/www/html
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* "THE TSCHUNK LICENSE" (Revision 42):
|
||||||
|
* <christian@staudte.it> wrote this file. As long as you retain this notice
|
||||||
|
* you can do whatever you want with this stuff. If we meet some day, and you
|
||||||
|
* think this stuff is worth it, you can buy me a Tschunk in return.
|
||||||
|
* ---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#include <ESP8266HTTPClient.h>
|
#include <ESP8266HTTPClient.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
; PlatformIO Project Configuration File
|
; ----------------------------------------------------------------------------
|
||||||
;
|
; "THE TSCHUNK LICENSE" (Revision 42):
|
||||||
; Build options: build flags, source filter
|
; <christian@staudte.it> wrote this file. As long as you retain this notice
|
||||||
; Upload options: custom upload port, speed and extra flags
|
; you can do whatever you want with this stuff. If we meet some day, and you
|
||||||
; Library options: dependencies, extra library storages
|
; think this stuff is worth it, you can buy me a Tschunk in return.
|
||||||
; Advanced options: extra scripting
|
; ----------------------------------------------------------------------------
|
||||||
;
|
|
||||||
; Please visit documentation for the other options and examples
|
|
||||||
; https://docs.platformio.org/page/projectconf.html
|
|
||||||
|
|
||||||
[platformio]
|
[platformio]
|
||||||
default_envs = serial
|
default_envs = serial
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
# "THE TSCHUNK LICENSE" (Revision 42):
|
||||||
|
# <christian@staudte.it> wrote this file. As long as you retain this notice
|
||||||
|
# you can do whatever you want with this stuff. If we meet some day, and you
|
||||||
|
# think this stuff is worth it, you can buy me a Tschunk in return.
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
|
||||||
import configparser
|
import configparser
|
||||||
import sys
|
import sys
|
||||||
Import('env')
|
Import('env')
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
# "THE TSCHUNK LICENSE" (Revision 42):
|
||||||
|
# <christian@staudte.it> wrote this file. As long as you retain this notice
|
||||||
|
# you can do whatever you want with this stuff. If we meet some day, and you
|
||||||
|
# think this stuff is worth it, you can buy me a Tschunk in return.
|
||||||
|
# ----------------------------------------------------------------------------
|
||||||
|
|
||||||
import configparser
|
import configparser
|
||||||
import requests
|
import requests
|
||||||
Import('env')
|
Import('env')
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/* ----------------------------------------------------------------------------
|
||||||
|
* "THE TSCHUNK LICENSE" (Revision 42):
|
||||||
|
* <christian@staudte.it> wrote this file. As long as you retain this notice
|
||||||
|
* you can do whatever you want with this stuff. If we meet some day, and you
|
||||||
|
* think this stuff is worth it, you can buy me a Tschunk in return.
|
||||||
|
* ---------------------------------------------------------------------------*/
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#include <PubSubClient.h>
|
#include <PubSubClient.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user