build: 260618 배포 실행파일 추가 (Release/260618)

- .gitignore: 루트 Release/ 배포 폴더 추적 해제 (빌드 중간물은 계속 제외)
- Release/260618/: 전 프로젝트 publish 결과 수집 (~762MB)
  - ErvDashboard.exe / DiffuserSimulator.exe / ERVSimulator.exe
  - HoodSimulator.exe / RJ2RoomConSimulator.exe
  - ErvCollector/ (웹 수집서버 폴더 통째: exe+appsettings+wwwroot)
  - Firmware/ HERV.bin/.hex/.elf (RoomCtrl_Push 반영본)
- 모두 self-contained 단일 exe (노트북에 .NET 미설치여도 실행)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-18 23:56:45 +09:00
parent b18d9c84bf
commit 3b5af64606
16 changed files with 3555 additions and 0 deletions
@@ -0,0 +1,27 @@
{
"Influx": {
"Url": "http://127.0.0.1:8086",
"Org": "herv",
"Bucket": "erv",
"Token": "PUT-YOUR-INFLUXDB-TOKEN-HERE"
},
"Http": {
"Prefix": "http://localhost:8080/",
"Token": ""
},
"SampleIntervalSeconds": 10,
"Sites": [
{
"Port": 6001,
"Name": "site01"
},
{
"Port": 6002,
"Name": "site02"
},
{
"Port": 6003,
"Name": "site03"
}
]
}