Meaningless update.

This commit is contained in:
flabbergast 2020-02-20 11:01:36 +00:00
parent a9738d0661
commit cab5daed10
9 changed files with 54 additions and 51 deletions

View file

@ -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"
]
}

View file

@ -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"
]
}

View file

@ -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"
]
}

View file

@ -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

View file

@ -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"
]
}

View file

@ -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"
]
}

View file

@ -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"
]
}

View file

@ -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"
]
}

View file

@ -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"
]
}