cryptnox-sdk-esp32
1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
config.template.h
Go to the documentation of this file.
1
/*
2
* SPDX-License-Identifier: LGPL-3.0-or-later
3
* Copyright (c) 2026 Cryptnox SA
4
*/
5
6
#ifndef CONFIG_H
7
#define CONFIG_H
8
9
/* ── WiFi credentials ───────────────────────────────────────────────
10
* WiFi is started on boot so the radio feeds the hardware TRNG with
11
* full entropy. Fill in the SSID and password for your network. */
12
#define WIFI_SSID "<YOUR_SSID>"
13
#define WIFI_PASSWORD "<YOUR_PASSWORD>"
14
15
#endif
/* CONFIG_H */
examples
Connect
config.template.h
Generated by
1.15.0