Merge branch 'bugfix/ESP_ERR_PING_BASE_collision' into 'master'
Change ESP_ERR_PING_BASE because of collision with ESP_ERR_TCPIP_ADAPTER_BASE See merge request idf/esp-idf!1918
This commit is contained in:
commit
75f564d7b5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ESP_ERR_PING_BASE 0x5000
|
||||
#define ESP_ERR_PING_BASE 0x6000
|
||||
|
||||
#define ESP_ERR_PING_INVALID_PARAMS ESP_ERR_PING_BASE + 0x00
|
||||
#define ESP_ERR_PING_NO_MEM ESP_ERR_PING_BASE + 0x01
|
||||
|
|
Loading…
Reference in a new issue