File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ const int FIRMWARE_VERSION_MINOR = 5;
3030#define  COMPILE_ESPNOW  // Requires WiFi. Comment out to remove ESP-Now functionality.
3131#define  COMPILE_BT  // Comment out to remove Bluetooth functionality
3232#define  COMPILE_L_BAND  // Comment out to remove L-Band functionality
33- #define  ENABLE_DEVELOPER  // Uncomment this line to enable special developer modes (don't check power button at startup)
33+ // #define ENABLE_DEVELOPER //Uncomment this line to enable special developer modes (don't check power button at startup)
3434
3535// Define the RTK board identifier:
3636//   This is an int which is unique to this variant of the RTK Surveyor hardware which allows us
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ void updateFromSD(const char *firmwareFileName)
146146  }
147147
148148  // Turn off any tasks so that we are not disrupted
149+   espnowStop ();
149150  wifiStop ();
150151  bluetoothStop ();
151152
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments