Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/063d107a691d41c57bd3740165c5c1145f729861 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Dateien hochladen nach „“

retry
pull/51/head
positionhigh 4 years ago
parent cff632c74f
commit 063d107a69
  1. 12
      config.h

@ -251,12 +251,12 @@
#define BUT_R_PIN 30
#else
#if defined(TEENSY4_0)
//#define ENC_R_PIN_A 6
//#define ENC_R_PIN_B 5
//#define BUT_R_PIN 8
#define ENC_R_PIN_A 17
#define ENC_R_PIN_B 16
#define BUT_R_PIN 5
#define ENC_R_PIN_A 6
#define ENC_R_PIN_B 5
#define BUT_R_PIN 8
//#define ENC_R_PIN_A 17
//#define ENC_R_PIN_B 16
//#define BUT_R_PIN 5
#else // ARDUINO_TEENSY41
#define ENC_R_PIN_A 24
#define ENC_R_PIN_B 5

Loading…
Cancel
Save