@ -1,9 +1,11 @@
#include "Streaming.h"
// #include "Streaming.h"
#include <Arduino.h>
#include <stdint.h>
#include "fatal.h"
void fatal(uint8_t code) {
Serial << "Fatal: " << code << endl;
// Serial << "Fatal: " << code << endl;
delay(1000);
while (true) ;
}
The note is not visible to the blocked user.