Proyecto ABInBev para la tarjeta Guaria 1/2.

Revision:
7:01141979e5f2
Parent:
6:f4907ba89e16
Child:
9:46112570c850
--- a/main.cpp	Mon Jul 04 23:15:31 2022 -0600
+++ b/main.cpp	Mon Jul 04 23:23:01 2022 -0600
@@ -44,7 +44,7 @@
  *          las tarjetas NUCLEO F303K8, NUCLEO F091RC, ICS3 e ICS5.
  */
 #define             M_DEBUG             1
-#define             MAIN_FINGER_GT521   1
+#define             FP_READER_GT521   1
 extern const bool   external_eeprom;
 
 #if (ICS_BOARD_ID == 11)
@@ -52,7 +52,7 @@
     BufferedSerial      avl_uart(BLE_TX, BLE_RX, 1024, 2);               //! UART TTL para enlace con el equipo Teltonika FMU130.
     BufferedSerial      voice_uart(TTL_VOICE_TX, TTL_VOICE_RX);                     //! UART TTL para comunicación con el módulo de voz JQ8400.
 
-    #if MAIN_FINGER_GT521 == 1
+    #if FP_READER_GT521 == 1
         BufferedSerial      fingerprint(TTL_TX, TTL_RX);
     #else
 
@@ -302,7 +302,7 @@
      *          interface Bluetooth.
      */
     avl_uart.baud(115200);
-    #if MAIN_FINGER_GT521 == 1
+    #if FP_READER_GT521 == 1
         fingerprint.baud(9600);    
     #else
 
@@ -373,7 +373,7 @@
         //! Verificar si debe activarse el lector de huellas.
         if (flag_fingerprint_query) {
             HAL_IWDG_Refresh(&my_iwdg);
-            #if MAIN_FINGER_GT521 == 1
+            #if FP_READER_GT521 == 1
                 identify_fingerPrint();
             #else