From f180b10f683d8491abe3da12bbfbedfc08a4b3a2 Mon Sep 17 00:00:00 2001 From: Nickeytheblade <93241171+Nickeytheblade@users.noreply.github.com> Date: Sun, 2 Oct 2022 20:20:05 -0700 Subject: [PATCH] Create platfromio.ini Build .ini for using PIO :100: --- esp8266_beaconSpam/platfromio.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 esp8266_beaconSpam/platfromio.ini diff --git a/esp8266_beaconSpam/platfromio.ini b/esp8266_beaconSpam/platfromio.ini new file mode 100644 index 0000000..0befaed --- /dev/null +++ b/esp8266_beaconSpam/platfromio.ini @@ -0,0 +1,15 @@ +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; https://docs.platformio.org/page/projectconf.html + +[env:nodemcuv2] +platform = espressif8266 +board = nodemcuv2 +framework = arduino +monitor_speed = 115200