Meaningless update.
This commit is contained in:
parent
a9738d0661
commit
cab5daed10
9 changed files with 54 additions and 51 deletions
12
blr-relay/.vscode/extensions.json
vendored
12
blr-relay/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
12
blr-si7020/.vscode/extensions.json
vendored
12
blr-si7020/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
12
gateway-wemos-d1/.vscode/extensions.json
vendored
12
gateway-wemos-d1/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
// Passes through any wireless received messages to the serial port (no ACKs for now)
|
||||
// Sends periodic packets every few minutes (seems to help the radio not to get "stuck")
|
||||
//
|
||||
// Seems that I have problems with high power atm (HW radio doesn't send anything if
|
||||
// high power activated.)
|
||||
//
|
||||
// Originally used https://github.com/LowPowerLab/ libraries, now changed
|
||||
// to use jcw's 'new' (aka 'native RFM69') code:
|
||||
// https://github.com/jeelabs/embello/tree/master/lib/test-arduino
|
||||
|
@ -25,11 +28,11 @@
|
|||
***** Parameters - read through! *****
|
||||
**************************************/
|
||||
|
||||
#define GW_VERSION "0.2"
|
||||
#define GW_VERSION "0.5"
|
||||
|
||||
#define HIGH_POWER // the one on pocketb has HW
|
||||
// #define HIGH_POWER // the one on pocketb has HW
|
||||
#define TICKS_DELAY 120000 // send packets with millis every few minutes (comment to disable)
|
||||
volatile uint8_t node_id = 61; //unique for each node on same network
|
||||
volatile uint8_t node_id = 63; //unique for each node on same network
|
||||
// 63 is the 'receive all' node in the Jee protocol
|
||||
volatile uint8_t network_id = 109; //the same on all nodes that talk to each other
|
||||
#define FREQUENCY 8683 // autoscaled to 1-1000
|
||||
|
|
12
gateway/.vscode/extensions.json
vendored
12
gateway/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
12
jnu-tmp102/.vscode/extensions.json
vendored
12
jnu-tmp102/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
12
rfu-htu21d/.vscode/extensions.json
vendored
12
rfu-htu21d/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
12
rfu-th02/.vscode/extensions.json
vendored
12
rfu-th02/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
12
rfu-thermistor/.vscode/extensions.json
vendored
12
rfu-thermistor/.vscode/extensions.json
vendored
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue