Fix error code collision and CI check

This commit is contained in:
Roland Dobai
2019-08-27 11:12:49 +02:00
committed by bot
parent 1c7aff809d
commit 612db28b6f
5 changed files with 309 additions and 204 deletions

View File

@@ -24,7 +24,7 @@ extern "C" {
// gen_esp_err_to_name.py: include this as "esp_ping.h" because "components/lwip/include/apps/" is in the compiler path
// and not "components/lwip/include"
#define ESP_ERR_PING_BASE 0x6000
#define ESP_ERR_PING_BASE 0xa000
#define ESP_ERR_PING_INVALID_PARAMS ESP_ERR_PING_BASE + 0x01
#define ESP_ERR_PING_NO_MEM ESP_ERR_PING_BASE + 0x02