aboutsummaryrefslogtreecommitdiff
path: root/src/standalone.cpp
Commit message (Collapse)AuthorAge
* print timedakkar2019-03-20
|
* closer to what I wantdakkar2019-03-20
| | | | | | | | | | | | | * setting the temperature just prints it out * asking for the next time to sample returns a constant (later, it will read from stdin) with this, I can wrap this program with `IPC::Run` or similar, and write all the logic in Perl! the esp32 will send its own device id with the temperature, and we can safely assume that the request for "next time" will come from the same device
* strings everywheredakkar2019-03-20
|
* bohdakkar2019-03-20
|
* maybe it compiles?dakkar2019-03-20
|
* Changed the Gobbledegook license from GPL to LGPLPaul Nettle2019-02-01
|
* The GGK server names are no longer in Globals.h but are now configured by ↵Paul Nettle2017-09-03
| | | | ggkStart() allowing an application to change them based on configuration rather than compilation. Power-off-disconnect errors hacked out of existence. A few log lines that were set to trace converted to debug log levels to reduce logspam.
* Initial version 1.0Paul Nettle2017-08-25