We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d1ec7 commit 56a6c51Copy full SHA for 56a6c51
make.sh
@@ -19,7 +19,7 @@ echo "lib_path: $lib_path"
19
set -e
20
21
mkdir -p bin
22
-javac -target 1.8 -cp "$pde_path:$core_path:$lib_path" \
+javac -target 11 -cp "$pde_path:$core_path:$lib_path" \
23
-d bin src/ESP8266FS.java
24
25
pushd bin
0 commit comments