Add short comment and license info.
This commit is contained in:
parent
b5f1c893bf
commit
02751c820d
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
/*
|
||||||
|
* This is example of udp broadcaster.
|
||||||
|
* It grab data from ds18b20 sensor and emit result over wifi.
|
||||||
|
*
|
||||||
|
* Author Grzegorz Hetman : ghetman@gmail.com
|
||||||
|
* License public domain/CC0
|
||||||
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "espressif/esp_common.h"
|
#include "espressif/esp_common.h"
|
||||||
|
|
Loading…
Reference in a new issue