Fix some bugs, add description, platformio.ini

This commit is contained in:
lewis he 2020-02-27 09:08:01 +08:00
commit 6d60e8a7ab
13 changed files with 119 additions and 101 deletions

33
platformio.ini Normal file
View 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