From 032960c168d7a7255e832dbecba2cf65e071ce61 Mon Sep 17 00:00:00 2001 From: Clement Date: Fri, 19 Jan 2024 11:51:59 +0100 Subject: [PATCH] fix: Addr config --- config.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.ini b/config.ini index dc000d2..48f3769 100644 --- a/config.ini +++ b/config.ini @@ -4,7 +4,6 @@ ; Hardware Serial baud rate ; Also available in the code as `MONITOR_SPEED` monitor_speed = 115200 -NFC_ADDR = 0x28 ; Software Config ; note: additionnal flags are added by Platform.io (see total amount in `.vscode/c_cpp_properties.json` in the `defines` section) @@ -15,3 +14,6 @@ build_flags = -D MONITOR_SPEED=${config.monitor_speed} ; DO NOT TOUCH --- END -D WAITING_WIFI_DELAY=1000 + + ; nfc addr + -D NFC_ADDR=0x28