Skip to content

Commit

Permalink
fix sdcard detect pin
Browse files Browse the repository at this point in the history
change temp input to ADA595
  • Loading branch information
jay committed Oct 18, 2015
1 parent ec5f6b9 commit 33ffb8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ArduinoAVR/Repetier/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Overridden if EEPROM activated.*/
// 100 is AD595
// 101 is MAX6675
// 102 is MAX31855
#define EXT0_TEMPSENSOR_TYPE 13 // use E3D PT100 settings for now. OLP is PT100 with INA826 compatible AMP
#define EXT0_TEMPSENSOR_TYPE 100 // use AD595 settings for now. OLP is PT100 with INA826 compatible AMP
// Analog input pin for reading temperatures or pin enabling SS for MAX6675
#define EXT0_TEMPSENSOR_PIN TEMP_0_PIN
// Which pin enables the heater
Expand Down Expand Up @@ -1404,8 +1404,8 @@ Always hard to say since the other angle is 89° in this case!
#ifndef SDSUPPORT // Some boards have sd support on board. These define the values already in pins.h
#define SDSUPPORT true
// Uncomment to enable or change card detection pin. With card detection the card is mounted on insertion.
#undef SDCARDDETECT
#define SDCARDDETECT 1
//#undef SDCARDDETECT
//#define SDCARDDETECT 1
// Change to true if you get a inserted message on removal.
#define SDCARDDETECTINVERTED false
#endif
Expand Down Expand Up @@ -1497,7 +1497,7 @@ computations, so do not enable it if your display works stable!
#define UI_PAGES_DURATION 4000

/** Delay of start screen in milliseconds */
#define UI_START_SCREEN_DELAY 1000
#define UI_START_SCREEN_DELAY 15000
/** Uncomment if you don't want automatic page switching. You can still switch the
info pages with next/previous button/click-encoder */
#define UI_DISABLE_AUTO_PAGESWITCH 1
Expand Down

0 comments on commit 33ffb8d

Please sign in to comment.