mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-04 06:40:40 +08:00
Fix typo
This commit is contained in:
parent
e432d4be54
commit
c15880ef16
@ -41,7 +41,7 @@ bool Commands::ESP400(const char* cmd_params, level_authenticate_type auth_type,
|
||||
|
||||
#if defined (WIFI_FEATURE) || defined (ETH_FEATURE) || defined(BT_FEATURE)
|
||||
//Hostname network/network
|
||||
output->print ("{\"F\":\"networ/network\",\"P\":\"");
|
||||
output->print ("{\"F\":\"network/network\",\"P\":\"");
|
||||
output->print (ESP_HOSTNAME);
|
||||
output->print ("\",\"T\":\"S\",\"V\":\"");
|
||||
output->print (Settings_ESP3D::read_string(ESP_HOSTNAME));
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define _VERSION_ESP3D_H
|
||||
|
||||
//version and sources location
|
||||
#define FW_VERSION "3.0.0.a38"
|
||||
#define FW_VERSION "3.0.0.a39"
|
||||
#define REPOSITORY "https://github.com/luc-github/ESP3D/tree/3.0"
|
||||
|
||||
#endif //_VERSION_ESP3D_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user