File tree 2 files changed +21
-17
lines changed
libraries/TerkinData/examples
2 files changed +21
-17
lines changed Original file line number Diff line number Diff line change
1
+ [env:native-radiohead]
2
+ # Native build with RadioHead, for simulation purposes.
3
+ # http://www.airspayce.com/mikem/arduino/RadioHead/classRH__TCP.html
4
+ platform = native
5
+ lib_compat_mode = off
6
+ lib_deps =
7
+ ${env:native.lib_deps}
8
+ # SPI
9
+ mikem/RadioHead@^1.120
10
+ lib_extra_dirs =
11
+ ${env:native.lib_extra_dirs}
12
+ build_flags =
13
+ ${env:native.build_flags}
14
+ # FIXME: Why is that needed? What overwrites it?
15
+ -I ${platformio.libdeps_dir}/${this.__env__}/RadioHead
16
+ -D RH_SIMULATOR =true
17
+ # -D SERIAL_PORT_HARDWARE=Serial
18
+ -D LOW 0x0
19
+ -D HIGH 0x1
20
+
21
+
1
22
[env:esp32s2]
2
23
# platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
3
24
# platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
Original file line number Diff line number Diff line change @@ -59,23 +59,6 @@ build_flags =
59
59
# -Wextra
60
60
61
61
62
- [env:native-radiohead]
63
- # Native build with RadioHead, for simulation purposes.
64
- # http://www.airspayce.com/mikem/arduino/RadioHead/classRH__TCP.html
65
- platform = native
66
- lib_deps =
67
- ${env:native.lib_deps}
68
- mikem/RadioHead@^1.120
69
- lib_extra_dirs =
70
- ${env:native.lib_extra_dirs}
71
- build_flags =
72
- ${env:native.build_flags}
73
- # FIXME: Why is that needed? What overwrites it?
74
- -I ${platformio.libdeps_dir}/${this.__env__}/RadioHead
75
- -D RH_SIMULATOR =true
76
- -D SERIAL_PORT_HARDWARE =
77
-
78
-
79
62
[env:avr328]
80
63
platform = atmelavr
81
64
board = pro8MHzatmega328
You can’t perform that action at this time.
0 commit comments