kopia lustrzana https://github.com/helium/longfi-arduino
battery fix
rodzic
39f4679dd0
commit
daefa4423a
|
@ -249,8 +249,9 @@ void do_send(osjob_t *j) {
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
delay(5000);
|
delay(5000);
|
||||||
while (!Serial)
|
// Uncomment to wait for serial connection. (not for batteries)
|
||||||
;
|
//while (!Serial)
|
||||||
|
// ;
|
||||||
Serial.begin(9600);
|
Serial.begin(9600);
|
||||||
Serial.println(F("Starting"));
|
Serial.println(F("Starting"));
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue