Updated docs

This commit is contained in:
Magnus
2021-04-02 21:14:57 +02:00
parent 1b0447e090
commit 1fcaf5bbc9
13 changed files with 92 additions and 19 deletions

View File

@ -24,8 +24,6 @@ SOFTWARE.
#include "pushtarget.h"
#include "config.h"
#if defined( ACTIVATE_PUSH )
PushTarget myPushTarget;
//
@ -171,6 +169,4 @@ void PushTarget::sendHttp( String serverPath, float angle, float gravity, float
http.end();
}
#endif // ACTIVATE_PUSH
// EOF