Skip to content
Snippets Groups Projects
Commit fade620d authored by David Gauchard's avatar David Gauchard
Browse files

fix board taste

parent 7867df91
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
......@@ -16,7 +16,7 @@
#define BTNC 2 // gpio C adafruit feather oled 128x32
#define OLED_I2C 0x3c // adafruit feather oled 128x32
#ifndef TESTBOARD
#if !TESTBOARD
// A4988 PINOUT
#define DIR 15 // esp8266 gpio
......@@ -291,6 +291,8 @@ void setup()
syringe.setPhysical(MOTOR_STEPS * MICROSTEPS_CONF, 0.1 /*mm/rev XXX ???*/);
pinMode(SLEEP, OUTPUT);
digitalWrite(SLEEP, 0);
#endif // !CORE_MOCK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment