Massive changes. Added a quite nice webinterface with live data using WebSockets. Removed the FTP server (wasn't that useful anyways). JSON creating using ArduinoJson instead of String concatenation. Ans, and, and.
This commit is contained in:
16
.vscode/c_cpp_properties.json
vendored
16
.vscode/c_cpp_properties.json
vendored
@ -10,11 +10,12 @@
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/include",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/lib/pubsubclient/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/lib/esp8266FTPServer",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SD/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/ESP Async WebServer/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/ArduinoJson_ID64/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/FS/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/AsyncTCP_ID1826/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/MFRC522_ID63/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/tools/sdk/include/config",
|
||||
@ -75,6 +76,7 @@
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/tools/sdk/include/fb_gfx",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/cores/esp32",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/variants/esp32",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/ESP Async WebServer_ID306/src",
|
||||
"/Users/fabian/.platformio/lib/Adafruit MCP23017 Arduino Library_ID334",
|
||||
"/Users/fabian/.platformio/lib/FastLED_ID126",
|
||||
"/Users/fabian/.platformio/lib/PubSubClient_ID89/src",
|
||||
@ -93,6 +95,7 @@
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/NetBIOS/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SimpleBLE/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/Ticker/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/Update/src",
|
||||
@ -108,11 +111,12 @@
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/include",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/lib/pubsubclient/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/lib/esp8266FTPServer",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SD/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/ESP Async WebServer/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/ArduinoJson_ID64/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/FS/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/AsyncTCP_ID1826/src",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/MFRC522_ID63/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/tools/sdk/include/config",
|
||||
@ -173,6 +177,7 @@
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/tools/sdk/include/fb_gfx",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/cores/esp32",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/variants/esp32",
|
||||
"/Users/fabian/Documents/PlatformIO/Projects/esmp3/.pio/libdeps/esp32/ESP Async WebServer_ID306/src",
|
||||
"/Users/fabian/.platformio/lib/Adafruit MCP23017 Arduino Library_ID334",
|
||||
"/Users/fabian/.platformio/lib/FastLED_ID126",
|
||||
"/Users/fabian/.platformio/lib/PubSubClient_ID89/src",
|
||||
@ -191,6 +196,7 @@
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/NetBIOS/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/Preferences/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SD_MMC/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/SimpleBLE/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/Ticker/src",
|
||||
"/Users/fabian/.platformio/packages/framework-arduinoespressif32/libraries/Update/src",
|
||||
@ -204,7 +210,7 @@
|
||||
"defines": [
|
||||
"PLATFORMIO=40100",
|
||||
"ARDUINO_ESP32_DEV",
|
||||
"VERSION=\"0.1-12-ged788a9-dirty\"",
|
||||
"VERSION=\"0.1-24-g0cddfaf-dirty-20191116-131638\"",
|
||||
"ESP32",
|
||||
"ESP_PLATFORM",
|
||||
"F_CPU=240000000L",
|
||||
|
Reference in New Issue
Block a user