diff --git a/platformio.ini b/platformio.ini index b1e08178..72fb93c1 100644 --- a/platformio.ini +++ b/platformio.ini @@ -24,7 +24,7 @@ env_default = generic ;env_default = lolin32lora ;env_default = lolin32lite ;env_default = octopus32 -;env_default = ebox, eboxtube, heltec, ttgobeam, lopy4, lopy, ttgov21old, ttgov21new +;env_default = ebox, eboxtube, heltec, ttgobeam_old, ttgobeam_new, lopy4, lopy, ttgov21old, ttgov21new ; description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around. @@ -256,7 +256,7 @@ monitor_speed = ${common.monitor_speed} [env:lopy] platform = ${common.platform_espressif32} framework = arduino -board = lopy +board = esp32dev board_build.partitions = ${common.board_build.partitions} upload_speed = 921600 lib_deps = @@ -273,7 +273,7 @@ monitor_speed = ${common.monitor_speed} [env:lopy4] platform = ${common.platform_espressif32} framework = arduino -board = lopy4 +board = esp32dev board_build.partitions = ${common.board_build.partitions} upload_speed = 921600 lib_deps =