fix debug

main
radex 2024-03-17 17:49:34 +01:00
parent 78ebf2c1a4
commit d7576256c9
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
1 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,4 @@
#include <Arduino.h>
#if DEBUG_I2C
#include <I2CScanner.h>
I2CScanner scanner;
#endif
#include "constants.h"
#include "buzzer.h"
#include "screen.h"
@ -11,6 +7,11 @@ I2CScanner scanner;
#include "input.h"
#include "characters.h"
#if DEBUG_I2C
#include <I2CScanner.h>
I2CScanner scanner;
#endif
void setupDebug() {
pinMode(LED_BUILTIN, OUTPUT);