code cleanup

This commit is contained in:
simonox 2023-02-20 17:52:52 +01:00
parent 6c4ac79802
commit 7aa13674d9
1 changed files with 2 additions and 3 deletions

View File

@ -2,11 +2,10 @@
Required libraries (Tools -> manage libraries)
- EmonLib@1.1.0
- PubSubClient@2.8.0
- Wifi
- WiFi.h - esp32 Wifi support
*/
#include <stdlib.h>
#include <string.h>
#include "EmonLib.h"
#include <EmonLib.h>
#include <WiFi.h>
#include <PubSubClient.h>
#include "environment.h" // put your credentials and configuration in, here