[ESP32] Force Gratuitous ARP

This commit is contained in:
Gijs Noorlander
2019-07-21 16:21:37 +02:00
parent 261d7d767d
commit 1c451bba24
+5 -1
View File
@@ -163,7 +163,11 @@ platform = https://github.com/platformio/platform-espressif32.g
[core_esp32]
platform = ${core_esp32_1_9_0.platform}
build_unflags = -Wall
build_flags = -D BUILD_GIT='"${sysenv.TRAVIS_TAG}"' -DCONFIG_FREERTOS_ASSERT_DISABLE
build_flags = -D BUILD_GIT='"${sysenv.TRAVIS_TAG}"'
-DCONFIG_FREERTOS_ASSERT_DISABLE
-DCONFIG_LWIP_ESP_GRATUITOUS_ARP
-DCONFIG_LWIP_GARP_TMR_INTERVAL=30
lib_ignore = AS_BH1750, ESP8266WiFi, ESP8266Ping, ESP8266WebServer, ESP8266HTTPUpdateServer, ESP8266mDNS, IRremoteESP8266, ESPEasy_ESP8266Ping, ESP32_ping
lib_deps = https://github.com/TD-er/ESPEasySerial.git
monitor_speed = 115200