Encapsulate probe as singleton class (#16751)

This commit is contained in:
Scott Lahteine
2020-02-01 04:21:36 -06:00
committed by GitHub
parent 43d3463d5d
commit 90b6324563
33 changed files with 341 additions and 303 deletions

View File

@@ -977,7 +977,7 @@ void setup() {
#endif
#if HAS_Z_SERVO_PROBE
servo_probe_init();
probe.servo_probe_init();
#endif
#if HAS_PHOTOGRAPH