Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2016-12-15 15:01:40 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-12-15 15:01:40 +0300
commitf7aa7304b8405196fee03b3782ecfa74111a5d25 (patch)
tree59215a34850a75877d84345938223c8c65ba6573 /src
parentd978aa57a63a77858bee428aaee383c20acc15a3 (diff)
Minor changes to 1.17 RC1
Fixed Duet085 build Set Z probe control/mod pin high when selecting probe type 5
Diffstat (limited to 'src')
-rw-r--r--src/Duet/Network.cpp2
-rw-r--r--src/Platform.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Duet/Network.cpp b/src/Duet/Network.cpp
index 7306ee84..157d3814 100644
--- a/src/Duet/Network.cpp
+++ b/src/Duet/Network.cpp
@@ -87,7 +87,7 @@ static struct mdns_service mdns_services[] = {
const size_t MDNS_HTTP_SERVICE_INDEX = 1; // Index of the mDNS HTTP service above
static const char *mdns_txt_records[] = {
- "product=" NAME,
+ "product=" FIRMWARE_NAME,
"version=" VERSION,
NULL
};
diff --git a/src/Platform.cpp b/src/Platform.cpp
index dbcb6f22..39b98c4d 100644
--- a/src/Platform.cpp
+++ b/src/Platform.cpp
@@ -549,6 +549,7 @@ void Platform::InitZProbe()
default:
AnalogInEnableChannel(zProbeAdcChannel, false);
pinMode(zProbePin, INPUT_PULLUP);
+ pinMode(zProbeModulationPin, OUTPUT_HIGH); // set high to take trash80's HE280 probe Teensy adapter out of reset
break;
case 6: