Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/commit/fd4f32ba34406a04f2f4812c7a0d45592e9b3892?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Small fix for debug messages.

pull/45/head
Holger Wirtz 4 years ago
parent 920b653385
commit fd4f32ba34
  1. 2
      MicroDexed.ino

@ -288,9 +288,7 @@ void setup()
#ifdef ENABLE_LCD_UI #ifdef ENABLE_LCD_UI
setup_ui(); setup_ui();
#endif
#ifdef DEBUG #ifdef DEBUG
#ifdef ENABLE_LCD_UI
setup_debug_message(); setup_debug_message();
#endif #endif
Serial.begin(SERIAL_SPEED); Serial.begin(SERIAL_SPEED);

Loading…
Cancel
Save