Fix some bugs, add description, platformio.ini
This commit is contained in:
parent
1ed30cb3ff
commit
6d60e8a7ab
13 changed files with 119 additions and 101 deletions
33
platformio.ini
Normal file
33
platformio.ini
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
; 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:esp32dev]
|
||||
platform = espressif32
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
|
||||
upload_port = COM11
|
||||
monitor_port = COM11
|
||||
; upload_port = COM8
|
||||
; monitor_port = COM8
|
||||
|
||||
monitor_speed = 115200
|
||||
upload_speed = 2000000
|
||||
|
||||
lib_deps =
|
||||
https://github.com/lewisxhe/Button2.git
|
||||
AXP202X_Library ;https://github.com/lewisxhe/AXP202X_Library
|
||||
TinyGPSPlus ;https://github.com/mikalhart/TinyGPSPlus
|
||||
ESP8266_SSD1306 ;https://github.com/ThingPulse/esp8266-oled-ssd1306
|
||||
LoRa ;https://github.com/dragino/Lora
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue