mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 09:39:33 +00:00
Add missing newlines to initialization prints
This commit is contained in:
parent
045f2c5ed5
commit
389cfb94ab
@ -23,7 +23,7 @@ float motors[4]; // normalized motors thrust in range [0..1]
|
|||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
Serial.begin(SERIAL_BAUDRATE);
|
Serial.begin(SERIAL_BAUDRATE);
|
||||||
print("Initializing flix");
|
print("Initializing flix\n");
|
||||||
disableBrownOut();
|
disableBrownOut();
|
||||||
setupParameters();
|
setupParameters();
|
||||||
setupLED();
|
setupLED();
|
||||||
@ -35,7 +35,7 @@ void setup() {
|
|||||||
setupIMU();
|
setupIMU();
|
||||||
setupRC();
|
setupRC();
|
||||||
setLED(false);
|
setLED(false);
|
||||||
print("Initializing complete");
|
print("Initializing complete\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user