Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr committed Nov 2, 2023
2 parents 513a592 + d548a1c commit d1f34b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file added img/jaam_front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/jamm_back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ const unsigned char trident_small [] PROGMEM = {
0x00, 0x07, 0xf0, 0x00, 0x00, 0x03, 0xe0, 0x00, 0x00, 0x01, 0xc0, 0x00, 0x00, 0x00, 0x80, 0x00
};

//byte mac[] = {0x00, 0x10, 0xFA, 0x6E, 0x38, 0x4A};
byte mac[] = {0x00, 0x10, 0xFA, 0x6E, 0x00, 0x4A}; //big
byte mac[] = {0x00, 0x10, 0xFA, 0x6E, 0x38, 0x4A};
//byte mac[] = {0x00, 0x10, 0xFA, 0x6E, 0x00, 0x4A}; //big
//byte mac[] = {0x00, 0x10, 0xFA, 0x6E, 0x10, 0x4A}; //small

bool enableHA;
Expand Down Expand Up @@ -1794,6 +1794,7 @@ void alarmTrigger(){
}
//--Map processing end


void WifiReconnect(){
if (WiFi.status() != WL_CONNECTED){
Serial.println("WiFI Reconnect");
Expand Down

0 comments on commit d1f34b3

Please sign in to comment.