Skip to content

Commit

Permalink
updated factory test
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed May 20, 2021
1 parent a9182c8 commit 2141705
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,10 @@ void setup()
SPI.begin(SCK,MISO,MOSI,SS);
Mcu.init(SS,RST_LoRa,DIO0,DIO1,license);

pinMode(Vext,OUTPUT);
digitalWrite(Vext,LOW);
delay(20);
delay(50);
Display.init();
delay(20);
Display.wakeup();

logo();
delay(300);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,10 @@ void setup()
SPI.begin(SCK,MISO,MOSI,SS);
Mcu.init(SS,RST_LoRa,DIO0,DIO1,license);

pinMode(Vext,OUTPUT);
digitalWrite(Vext,LOW);
delay(20);
delay(50);
Display.init();
delay(20);
Display.wakeup();

delay(300);
Display.clear();
Expand Down

0 comments on commit 2141705

Please sign in to comment.