Minor fixes

This commit is contained in:
Ivan Kravets
2018-05-25 16:55:24 +03:00
parent 87017533e7
commit 9080ace7ac
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32vn-iot-uno"
"variant": "esp32vn_iot_uno"
},
"connectivity": [
"wifi",
+2 -2
View File
@@ -89,8 +89,8 @@ env.Replace(
CFLAGS=["-std=gnu99"],
CCFLAGS=[
"%s" % "-Os" if env.subst("$PIOFRAMEWORK") == "arduino" else "-Og",
"-g3",
"-Os",
"-Wall",
"-nostdlib",
"-Wpointer-arith",
"-Wno-error=unused-but-set-variable",