The '-' (dash) has been changed to '_' (underscore) in the macro names. (#82)

This commit is contained in:
Scott Price
2018-05-05 15:32:20 -05:00
committed by Ivan Kravets
parent 464d71f918
commit c53d2cbb3d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32-EVB",
"extra_flags": "-DARDUINO_ESP32_EVB",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32-GATEWAY",
"extra_flags": "-DARDUINO_ESP32_GATEWAY",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_esp32vn-iot-uno",
"extra_flags": "-DARDUINO_esp32vn_iot_uno",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_M5Stack-Core-ESP32",
"extra_flags": "-DARDUINO_M5Stack_Core_ESP32",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_NodeMCU-32S",
"extra_flags": "-DARDUINO_NodeMCU_32S",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",