implemented credential config via WifiManager
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
*
|
||||
* Copyright (c) 2020-2021 IRbaby-IRext
|
||||
* Copyright (c) 2020-2022 IRbaby-IRext
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -26,8 +26,7 @@
|
||||
|
||||
StaticJsonDocument<1024> recv_msg_doc;
|
||||
StaticJsonDocument<1024> send_msg_doc;
|
||||
StaticJsonDocument<1024> udp_msg_doc;
|
||||
StaticJsonDocument<1024> mqtt_msg_doc;
|
||||
StaticJsonDocument<1024> http_json_doc;
|
||||
|
||||
WiFiManager wifi_manager;
|
||||
WiFiClient wifi_client;
|
||||
|
||||
Reference in New Issue
Block a user