-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfig.h
More file actions
29 lines (23 loc) · 914 Bytes
/
config.h
File metadata and controls
29 lines (23 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
Copyright © 2019, 2020, 2021, 2022, 2023 HackEDA, Inc.
Licensed under the WiPhone Public License v.1.0 (the "License"); you
may not use this file except in compliance with the License. You may
obtain a copy of the License at
https://wiphone.io/WiPhone_Public_License_v1.0.txt.
Unless required by applicable law or agreed to in writing, software,
hardware or documentation distributed under the License is distributed
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
either express or implied. See the License for the specific language
governing permissions and limitations under the License.
*/
#ifndef _CONFIG_H
#define _CONFIG_H
#define FIRMWARE_VERSION "0.8.32"
#define BUILD_GAMES
#define LORA_MESSAGING
#define WIFI_CONNECTION_TIMEOUT_X100MS 70
/*
Enables software examples under the menu tools-->development-->software examples.
*/
#define SOFTWARE_EXAMPLES
#endif // _CONFIG_H