This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
88 lines (73 loc) · 1.76 KB
/
platformio.ini
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
; [env:core]
; platform = espressif8266
; board = nodemcuv2
; framework = arduino
;
; lib_deps =
; ArduinoJson@5.13.4
;
; build_flags =
; -D HARDWARE_CORE_VERSION
; -D DEBUG_PORT=Serial
; -D DEBUG_APP_GENERIC
; -D RUN_TEST=config_reading_test
; ; -D RUN_TEST=reset_wifi_config
[env:compact]
platform = espressif8266
board = nodemcuv2
framework = arduino
lib_deps =
ArduinoJson@5.13.4
upload_port = <<<IP ADDRESS>>>
upload_protocol = espota
upload_flags =
--port=8266
--auth=<<<OTA PASSWORD>>>
build_flags =
-D HARDWARE_COMPACT_VERSION
; -D DEBUG_PORT=Serial
; -D DEBUG_APP_GENERIC
; -D DEBUG_APP_BACKEND
; -D DEBUG_APP_CONFIG_MANAGER
; -D RUN_TEST=web_api_query_test
; -D RUN_TEST=web_api_full_cycle_test
; -D RUN_TEST=web_api_ping_test
; -D RUN_TEST=card_reading_test
; -D RUN_TEST=config_reading_test
; -D RUN_TEST=led_and_buzzer_test
; -D RUN_TEST=web_api_ping_test
; -D RUN_TEST=wifi_quality_test
; -D DEBUG_ESP_PORT=Serial
; -D DEBUG_ESP_SSL
; -D DEBUG_ESP_HTTP_CLIENT
; -D DEBUG_ESP_TLS_MEM
; -D DEBUG_ESP_WIFI
[env:full]
platform = espressif8266
board = nodemcuv2
framework = arduino
lib_deps =
ArduinoJson@5.13.4
upload_port = <<<IP ADDRESS>>>
upload_protocol = espota
upload_flags =
--port=8266
--auth=<<<OTA PASSWORD>>>
build_flags =
-D HARDWARE_FULL_VERSION
; -D DEBUG_PORT=Serial
; -D DEBUG_APP_GENERIC
; -D DEBUG_APP_BACKEND
; -D DEBUG_APP_CONFIG_MANAGER
; -D RUN_TEST=web_api_query_test
; -D RUN_TEST=web_api_full_cycle_test
; -D RUN_TEST=web_api_ping_test
; -D RUN_TEST=card_reading_test
; -D RUN_TEST=config_reading_test
; -D RUN_TEST=led_and_buzzer_test
; -D RUN_TEST=wifi_quality_test
; -D DEBUG_ESP_PORT=Serial
; -D DEBUG_ESP_SSL
; -D DEBUG_ESP_HTTP_CLIENT
; -D DEBUG_ESP_TLS_MEM
; -D DEBUG_ESP_WIFI