Skip to content

Commit b76c934

Browse files
i6modsclaude
andcommitted
Remove Repository and Configuration sections from README
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4812a70 commit b76c934

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -74,37 +74,6 @@ The ESP32-C3 reads pulses from the SBM-20 tube, calculates CPM and µSv/h, then
7474

7575
---
7676

77-
## 🗂 Repository
78-
79-
| File | Description |
80-
|------|-------------|
81-
| `index.html` | Live dashboard — hosted via GitHub Pages |
82-
| `geigerduino_xiao_esp32c3/` | Firmware for XIAO ESP32-C3 |
83-
| `geigerduino_esp32c3_supermini/` | Firmware for ESP32-C3 Super Mini |
84-
| `geigerduino2_thingspeak/` | IoT server variant firmware |
85-
| `XIAO_ESP32C3_SETUP_REFERENCE.txt` | Wiring & board setup notes |
86-
87-
---
88-
89-
## ⚙️ Configuration
90-
91-
Open the firmware `.ino` file and set your credentials:
92-
93-
```cpp
94-
const char* ssid = "YOUR_WIFI_SSID";
95-
const char* password = "YOUR_WIFI_PASSWORD";
96-
const char* apiKey = "YOUR_WRITE_API_KEY";
97-
```
98-
99-
In `index.html`, update the channel and read key:
100-
101-
```js
102-
const CHANNEL_ID = 'YOUR_CHANNEL_ID';
103-
const READ_API_KEY = 'YOUR_READ_API_KEY';
104-
```
105-
106-
---
107-
10877
<div align="center">
10978

11079
*Natural background radiation (global average) ≈ 0.10–0.30 µSv/h*

0 commit comments

Comments
 (0)