Erwin Ried 3 лет назад
Родитель
Сommit
3ae5dbf163

+ 1 - 1
esp32_marauder/CommandLine.ino

@@ -333,7 +333,7 @@ void CommandLine::runCommand(String input) {
 #ifdef ESP32_CAM
 
   else if (cmd_args.get(0) == CAM_STREAM) {
-    Serial.print("Switching to Streaming mode. Continue in camera app. Reset ESP32CAM to go back to Marauder mode.");
+    Serial.println("Switching to Streaming mode.\nContinue in camera.fap app.\nReset ESP32CAM to go back to Marauder mode.");
     delay(5000);
     cam_stream_setup();
     for (;;)

+ 1 - 1
esp32_marauder/esp32_marauder.ino

@@ -160,7 +160,7 @@ void setup()
 
   delay(10);*/
 
-  Serial.begin(230400);
+  Serial.begin(115200);
   
   //Serial.begin(115200);
 

+ 1 - 1
esp32_marauder/esp_interface.cpp

@@ -92,7 +92,7 @@ void EspInterface::bootProgramMode() {
 
 void EspInterface::bootRunMode() {
   Serial.end();
-  Serial.begin(230400);
+  Serial.begin(115200);
   Serial.println("[!] Setting ESP12 in run mode...");
   digitalWrite(ESP_ZERO, HIGH);
   delay(100);