فهرست منبع

Version 6.2.1; Update

platenspeler 5 سال پیش
والد
کامیت
c206d19f79
5فایلهای تغییر یافته به همراه4 افزوده شده و 75 حذف شده
  1. 0 5
      .gitignore
  2. 1 0
      .pio/build/project.checksum
  3. 0 67
      .travis.yml
  4. 2 2
      .vscode/c_cpp_properties.json
  5. 1 1
      platformio.ini

+ 0 - 5
.gitignore

@@ -1,5 +0,0 @@
-.pio
-.vscode/.browse.c_cpp.db*
-.vscode/c_cpp_properties.json
-.vscode/launch.json
-.vscode/ipch

+ 1 - 0
.pio/build/project.checksum

@@ -0,0 +1 @@
+1bd37be1dba9cf41414416b1a653b33920661501

+ 0 - 67
.travis.yml

@@ -1,67 +0,0 @@
-# Continuous Integration (CI) is the practice, in software
-# engineering, of merging all developer working copies with a shared mainline
-# several times a day < https://docs.platformio.org/page/ci/index.html >
-#
-# Documentation:
-#
-# * Travis CI Embedded Builds with PlatformIO
-#   < https://docs.travis-ci.com/user/integration/platformio/ >
-#
-# * PlatformIO integration with Travis CI
-#   < https://docs.platformio.org/page/ci/travis.html >
-#
-# * User Guide for `platformio ci` command
-#   < https://docs.platformio.org/page/userguide/cmd_ci.html >
-#
-#
-# Please choose one of the following templates (proposed below) and uncomment
-# it (remove "# " before each line) or use own configuration according to the
-# Travis CI documentation (see above).
-#
-
-
-#
-# Template #1: General project. Test it using existing `platformio.ini`.
-#
-
-# language: python
-# python:
-#     - "2.7"
-#
-# sudo: false
-# cache:
-#     directories:
-#         - "~/.platformio"
-#
-# install:
-#     - pip install -U platformio
-#     - platformio update
-#
-# script:
-#     - platformio run
-
-
-#
-# Template #2: The project is intended to be used as a library with examples.
-#
-
-# language: python
-# python:
-#     - "2.7"
-#
-# sudo: false
-# cache:
-#     directories:
-#         - "~/.platformio"
-#
-# env:
-#     - PLATFORMIO_CI_SRC=path/to/test/file.c
-#     - PLATFORMIO_CI_SRC=examples/file.ino
-#     - PLATFORMIO_CI_SRC=path/to/test/directory
-#
-# install:
-#     - pip install -U platformio
-#     - platformio update
-#
-# script:
-#     - platformio ci --lib="." --board=ID_1 --board=ID_2 --board=ID_N

+ 2 - 2
.vscode/c_cpp_properties.json

@@ -12,7 +12,6 @@
                 "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/DNSServer/src",
                 "d:/sourceTree/ESP-1ch-Gateway/lib/ESP32WebServer/src",
                 "d:/sourceTree/ESP-1ch-Gateway/lib/Streaming/src",
-                "d:/sourceTree/ESP-1ch-Gateway/lib/Time",
                 "d:/sourceTree/ESP-1ch-Gateway/lib/esp32-http-update/src",
                 "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/HTTPClient/src",
                 "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/WiFiClientSecure/src",
@@ -20,6 +19,7 @@
                 "d:/sourceTree/ESP-1ch-Gateway/lib/ESP8266_Oled_Driver_for_SSD1306_display",
                 "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src",
                 "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src",
+                "d:/sourceTree/ESP-1ch-Gateway/lib/Time",
                 "d:/sourceTree/ESP-1ch-Gateway/lib/gBase64",
                 "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src",
                 "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/FS/src",
@@ -116,7 +116,6 @@
                     "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/DNSServer/src",
                     "d:/sourceTree/ESP-1ch-Gateway/lib/ESP32WebServer/src",
                     "d:/sourceTree/ESP-1ch-Gateway/lib/Streaming/src",
-                    "d:/sourceTree/ESP-1ch-Gateway/lib/Time",
                     "d:/sourceTree/ESP-1ch-Gateway/lib/esp32-http-update/src",
                     "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/HTTPClient/src",
                     "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/WiFiClientSecure/src",
@@ -124,6 +123,7 @@
                     "d:/sourceTree/ESP-1ch-Gateway/lib/ESP8266_Oled_Driver_for_SSD1306_display",
                     "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/Wire/src",
                     "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/SPI/src",
+                    "d:/sourceTree/ESP-1ch-Gateway/lib/Time",
                     "d:/sourceTree/ESP-1ch-Gateway/lib/gBase64",
                     "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/SPIFFS/src",
                     "C:/Users/maarten/.platformio/packages/framework-arduinoespressif32/libraries/FS/src",

+ 1 - 1
platformio.ini

@@ -2,7 +2,7 @@
 ;
 ;   Build options: build flags, source filter
 ;   Upload options: custom upload port, speed and extra flags
-;   Library options: dependencies, extra library storages
+;   Library options: dependencies, extra library storages 
 ;   Advanced options: extra scripting
 ;
 ; Please visit documentation for the other options and examples