Include information about versions and WiFi connection to controller's json.

This commit is contained in:
2019-11-29 05:46:26 +01:00
parent 196021bef5
commit 001e275131
3 changed files with 23 additions and 1 deletions

4
include/main.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
extern uint16_t spiffs_version;
void wifi_connect();