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