mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2023-04-24 01:48:22 +03:00
120 chars cmd-line
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
094df95f29afd137e859e0d1ff07c69b85332d05 firmware/0x02000.bin
|
||||
728f86327118845b3dcf4ab0c5eec5c58f940e7b firmware/0x82000.bin
|
||||
daf262de48406b4badc2d40de6587b3103c5789c firmware/0x02000.bin
|
||||
174849a68536e8071f58d65e71368e1e511382bb firmware/0x82000.bin
|
||||
9bd7d25204d71b3db5f35e0b2def8a6aaa7f765c firmware/0x00000.bin
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef _USER_CONFIG_
|
||||
#define _USER_CONFIG_
|
||||
|
||||
#define ESP_REPEATER_VERSION "V2.2.15"
|
||||
#define ESP_REPEATER_VERSION "V2.2.16"
|
||||
|
||||
#define LOCAL_ACCESS 0x01
|
||||
#define REMOTE_ACCESS 0x02
|
||||
@@ -19,7 +19,7 @@
|
||||
// Size of the console buffers
|
||||
//
|
||||
#define MAX_CON_SEND_SIZE 1500
|
||||
#define MAX_CON_CMD_SIZE 80
|
||||
#define MAX_CON_CMD_SIZE 120
|
||||
|
||||
//
|
||||
// Defines the default GPIO pin if you have a status LED connected to a GPIO pin
|
||||
|
||||
Reference in New Issue
Block a user