add license
This commit is contained in:
parent
2574e7a91c
commit
e152937798
@ -1,5 +1,12 @@
|
||||
<?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);
|
||||
|
||||
function check_header($k, $v = false) {
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?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.
|
||||
# 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 <ESP8266WiFi.h>
|
||||
#include <ESP8266HTTPClient.h>
|
||||
|
@ -1,12 +1,9 @@
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
; ----------------------------------------------------------------------------
|
||||
; "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.
|
||||
; ----------------------------------------------------------------------------
|
||||
|
||||
[platformio]
|
||||
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 sys
|
||||
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 requests
|
||||
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 <ESP8266WiFi.h>
|
||||
#include <PubSubClient.h>
|
||||
|
Loading…
Reference in New Issue
Block a user