File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,16 @@ rm -rf arduino-esp32/boards.txt
52
52
rm -rf arduino-esp32/package.json
53
53
rm -rf arduino-esp32/* .md
54
54
cp -rf tools/esp32-arduino-libs arduino-esp32/tools/
55
- cp ../package.json arduino-esp32/package.json
56
- cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
55
+ cp /app/esp32-arduino-lib-builder/out/tools/esp32-arduino-libs/package.json arduino-esp32/package.json
56
+
57
+ # cp ../core_version.h arduino-esp32/cores/esp32/core_version.h
58
+ rm -rf arduino-esp32/cores/esp32/core_version.h
59
+ touch arduino-esp32/cores/esp32/core_version.h
60
+ echo " #define ARDUINO_ESP32_GIT_VER 0xa92d49f" >> arduino-esp32/cores/esp32/core_version.h
61
+ echo " #define ARDUINO_ESP32_GIT_DESC 3.0.2" >> arduino-esp32/cores/esp32/core_version.h
62
+ echo " #define ARDUINO_ESP32_RELEASE_3_0_2" >> arduino-esp32/cores/esp32/core_version.h
63
+ echo " #define ARDUINO_ESP32_RELEASE " 3_0_2" " >> arduino-esp32/cores/esp32/core_version.h
64
+
57
65
mv arduino-esp32/ framework-arduinoespressif32/
58
66
cd framework-arduinoespressif32/libraries
59
67
rm -rf ** /examples
You can’t perform that action at this time.
0 commit comments