move libraries to ../libraries
這個提交存在於:
父節點
4b07ad5aed
當前提交
9739832f0c
共有 65 個檔案被更改,包括 8 行新增 和 10 行删除
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
.vscode
|
||||
config.h
|
||||
*/config.h
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# mobile-sensebox
|
||||
# esp8266-gps
|
||||
|
||||
This is a modular (but probably overcomplicated) sketch for a mobile sensebox, written as a part of my bachelors thesis.
|
||||
It measures arbitrary phenomena (currently only implemented: WiFi network count),
|
之前 寬度: | 高度: | 大小: 931 KiB 之後 寬度: | 高度: | 大小: 931 KiB |
|
@ -23,11 +23,9 @@
|
|||
#define GPS_INTERVAL 1000 // update interval of the gps device in ms
|
||||
|
||||
/* API (openSenseMap) */
|
||||
#define API_ENDPOINT "api.osem.vo1d.space"
|
||||
// SHA1 of the API SSL cert
|
||||
#define API_FINGERPRINT "A2 38 74 C7 B0 71 07 D4 2A 1C A5 6D 0D 05 3E 0A 90 68 A5 CB"
|
||||
#define API_KEY "XXXXXXXXXXX"
|
||||
#define API_ENDPOINT "ingress.osem.vo1d.space"
|
||||
#define ID_BOX "57c7f3291421551100bf13c8"
|
||||
#define ID_SENSOR_WIFI_APS "57c7f3291421551100bf13ca"
|
||||
#define ID_SENSOR_WIFI_NET "57cdd4ce1421551100bf17c5"
|
||||
#define ID_SENSOR_WIFI_OPEN "57cdd4ce1421551100bf17c6"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
#include "lib/TinyGPS++/TinyGPS++.h"
|
||||
#include <TinyGPS++.h>
|
||||
#include "lib/BME280/BME280I2C.h"
|
||||
#include "config.h"
|
||||
#include "gps.h"
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
#include "lib/TinyGPS++/TinyGPS++.h"
|
||||
#include "lib/Time/Time.h"
|
||||
#include <TinyGPS++.h>
|
||||
#include <Time.h>
|
||||
#include "config.h"
|
||||
|
||||
class Gps {
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <FS.h>
|
||||
#include "lib/ESP8266TrueRandom/ESP8266TrueRandom.h"
|
||||
#include <ESP8266TrueRandom.h>
|
||||
#include "config.h"
|
||||
#include "streampipe.h"
|
||||
|
之前 寬度: | 高度: | 大小: 114 B 之後 寬度: | 高度: | 大小: 114 B |
載入中…
Add table
新增問題並參考