-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Change framework Arduino Release v3.0.0 based on ESP-IDF v5.1.4 - Add a check for the DNS server address update, - the fourth block should not be equal to zero
- Loading branch information
Showing
3 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,8 @@ lib_deps = | |
monitor_filters = direct ; log2file ; esp32_exception_decoder, default ; | ||
monitor_speed = 115200 | ||
upload_speed = 460800 | ||
;platform_packages = | ||
platform_packages = | ||
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32#master | ||
; framework-arduinoespressif32 @ https://github.com/husarnet/arduino-esp32/releases/download/1.0.4-1/arduino-husarnet-esp32.zip ;husarnet example | ||
extra_scripts = | ||
pre:tools/build/pre_build.py | ||
|
@@ -82,7 +83,7 @@ extra_scripts = | |
|
||
|
||
[env:debug] | ||
platform = espressif32 @ 6.6.0 | ||
platform = espressif32 @ 6.7.0 | ||
;platform = [email protected] ;husarnet example | ||
board = esp32dev | ||
build_flags = | ||
|
@@ -91,5 +92,4 @@ build_flags = | |
extra_scripts = | ||
${env.extra_scripts} | ||
lib_deps = | ||
${env.lib_deps} | ||
|
||
${env.lib_deps} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// AUTO GENERATED FILE | ||
#ifndef VERSION | ||
#define VERSION "20240529" | ||
#define VERSION "20240530" | ||
#endif |