Merge pull request 'Respaldo/Origen' (#1) from Origin into Master

Reviewed-on: https://git.fisionx.mooo.com/Deimon/PyroBot/pulls/1
This commit is contained in:
Mauricio GM 2024-07-30 13:25:47 -06:00
commit 1cc1406a5f
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
unsigned long lastRecvTime = 0;
#define SERVO_X_PIN 17 // Pin servo motor 1
#define SERVO_X_PIN 17 // Pin servo motor 1
#define SERVO_Y_PIN 16 // Pin servo motor 2
#define SERVO_A_PIN 18 // Pin servo motor 3

View File

@ -1,7 +1,7 @@
#include <Arduino.h>
#include <esp_now.h>
#include <WiFi.h>
uint8_t broadcastAddress[] = {0xB0, 0xA7, 0x32, 0x22, 0x60, 0x98}; // B0:A7:32:22:60:98
uint8_t broadcastAddress[] = {0xB0, 0xA7, 0x32, 0x22, 0x60, 0x98}; // B0:A7:32:22:60:98
int con = 25;
int gas = 26;