Bumped version.
This commit is contained in:
parent
b17aefd148
commit
a15d4808e7
@ -1,7 +1,7 @@
|
||||
#ifndef _USER_CONFIG_
|
||||
#define _USER_CONFIG_
|
||||
|
||||
#define ESPERPASS_VERSION "V0.0.1"
|
||||
#define ESPERPASS_VERSION "V0.0.2"
|
||||
|
||||
#define WIFI_SSID "ssid"
|
||||
#define WIFI_PASSWORD "password"
|
||||
|
||||
@ -1396,7 +1396,7 @@ user_init()
|
||||
|
||||
UART_init_console(BIT_RATE_115200, 0, console_rx_buffer, console_tx_buffer);
|
||||
|
||||
os_printf("\r\n\r\nWiFi Repeater %s starting\r\n", ESPERPASS_VERSION);
|
||||
os_printf("\r\n\r\nESPerPass %s starting\r\n", ESPERPASS_VERSION);
|
||||
|
||||
// Load config
|
||||
config_load(&config);
|
||||
|
||||
Reference in New Issue
Block a user