This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>atom-cam — 헤이스카이 wake-word는 어떻게 동작하나?</title> | |
| <style> | |
| :root { | |
| --primary:#1a4480; --accent:#5b8def; | |
| --green:#10b981; --orange:#f59e0b; --red:#ef4444; --blue:#3b82f6; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ko"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>AtomS3R-CAM 헤이스카이 Wake-Word 포팅 보고서</title> | |
| <style> | |
| :root { | |
| --primary: #1a4480; | |
| --accent: #5b8def; |