From a0360d537323ff5e9f77cd6ae78eb8cf8a857915 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 27 Apr 2026 00:41:07 +0200 Subject: [PATCH] avr: re-enable APPS_STATS in n25. --- avr/devices/n25/README | 2 +- avr/devices/n25/main/main.asm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/avr/devices/n25/README b/avr/devices/n25/README index cbfb5e9..92a5163 100644 --- a/avr/devices/n25/README +++ b/avr/devices/n25/README @@ -6,7 +6,7 @@ N25 - MCU: AtTiny84 - Connection: RJ45 - Predecessor: N22, N16 -- UART: uart_bitbang2 +- UART: com2w - Periphery: - LED strip connection (SK6812) - OWI interface diff --git a/avr/devices/n25/main/main.asm b/avr/devices/n25/main/main.asm index cb14062..00c9f01 100644 --- a/avr/devices/n25/main/main.asm +++ b/avr/devices/n25/main/main.asm @@ -58,11 +58,10 @@ #define MODULES_OWI_MASTER #define MODULES_DS18B20 #define MODULES_SK6812 -;#define MODULES_MOTION_LIGHT #define APPS_NETWORK #define APPS_REPORTSENSORS -;#define APPS_STATS +#define APPS_STATS #define APPS_MA_LIGHT