From a15d4808e7eb0c4e94f74245dfbc56de4146af25 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Mar 2018 15:54:12 +0100 Subject: [PATCH] Bumped version. --- user/user_config.h | 2 +- user/user_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/user/user_config.h b/user/user_config.h index f4c5cc8..bb5e5e7 100644 --- a/user/user_config.h +++ b/user/user_config.h @@ -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" diff --git a/user/user_main.c b/user/user_main.c index d859f60..32a2053 100644 --- a/user/user_main.c +++ b/user/user_main.c @@ -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);