rename the wifiscan directory

This commit is contained in:
Joe Tretter
2020-09-24 12:07:52 -05:00
commit ae466f2ccd
15 changed files with 1337 additions and 0 deletions

22
platformio.ini Normal file
View File

@@ -0,0 +1,22 @@
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter, extra scripting
; Upload options: custom port, speed and extra flags
; Library options: dependencies, extra library storages
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env]
platform = espressif32
framework = arduino, espidf
monitor_speed = 115200
platform_packages =
; use a special branch
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0
[env:esp32dev]
board = esp32dev
[env:esp-wrover-kit]
board = esp-wrover-kit