-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile_commands.json
662 lines (662 loc) · 228 KB
/
compile_commands.json
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
[
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Crypto.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Crypto.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Crypto.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Esp-frag.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Esp-frag.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Esp-frag.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Esp-version.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Esp-version.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Esp-version.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Esp.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Esp.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Esp.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\FS.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\FS.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\FS.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\FSnoop.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\FSnoop.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\FSnoop.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\FunctionalInterrupt.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\FunctionalInterrupt.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\FunctionalInterrupt.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\HardwareSerial.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\HardwareSerial.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\HardwareSerial.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\IPAddress.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\IPAddress.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\IPAddress.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\LwipDhcpServer-NonOS.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipDhcpServer-NonOS.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipDhcpServer-NonOS.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\LwipDhcpServer.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipDhcpServer.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipDhcpServer.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\LwipIntf.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipIntf.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipIntf.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\LwipIntfCB.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipIntfCB.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\LwipIntfCB.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\MD5Builder.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\MD5Builder.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\MD5Builder.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Print.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Print.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Print.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Schedule.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Schedule.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Schedule.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\StackThunk.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\StackThunk.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\StackThunk.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Stream.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Stream.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Stream.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\StreamSend.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\StreamSend.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\StreamSend.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Tone.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Tone.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Tone.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\TypeConversion.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\TypeConversion.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\TypeConversion.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\Updater.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Updater.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\Updater.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\WMath.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\WMath.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\WMath.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\WString.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\WString.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\WString.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\abi.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\abi.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\abi.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\aes_unwrap.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\aes_unwrap.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\aes_unwrap.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\base64.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\base64.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\base64.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\cbuf.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\cbuf.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\cbuf.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-as.exe -mlongcalls -mtext-section-literals -o .pio\\build\\esp01_1m\\FrameworkArduino\\cont.S.o C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\cont.S",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\cont.S"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\cont_util.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\cont_util.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\cont_util.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_app_entry_noextra4k.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_app_entry_noextra4k.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_app_entry_noextra4k.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_eboot_command.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_eboot_command.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_eboot_command.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_features.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_features.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_features.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_flash_quirks.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_flash_quirks.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_flash_quirks.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_flash_utils.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_flash_utils.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_flash_utils.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_i2s.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_i2s.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_i2s.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_main.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_main.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_main.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_non32xfer.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_non32xfer.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_non32xfer.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_noniso.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_noniso.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_noniso.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_phy.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_phy.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_phy.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_postmortem.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_postmortem.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_postmortem.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_si2c.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_si2c.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_si2c.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_sigma_delta.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_sigma_delta.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_sigma_delta.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_spi_utils.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_spi_utils.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_spi_utils.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_timer.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_timer.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_timer.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_vm.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_vm.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_vm.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_waveform_phase.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_waveform_phase.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_waveform_phase.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_waveform_pwm.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_waveform_pwm.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_waveform_pwm.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_wiring.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_wiring_analog.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_analog.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_analog.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_wiring_digital.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_digital.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_digital.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_wiring_pulse.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_pulse.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_pulse.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_wiring_pwm.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_pwm.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_pwm.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\core_esp8266_wiring_shift.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_shift.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\core_esp8266_wiring_shift.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\crc32.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\crc32.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\crc32.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\debug.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\debug.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\debug.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-as.exe -mlongcalls -mtext-section-literals -o .pio\\build\\esp01_1m\\FrameworkArduino\\exc-c-wrapper-handler.S.o C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\exc-c-wrapper-handler.S",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\exc-c-wrapper-handler.S"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\exc-sethandler.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\exc-sethandler.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\exc-sethandler.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\flash_hal.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\flash_hal.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\flash_hal.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\gdb_hooks.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\gdb_hooks.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\gdb_hooks.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\heap.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\heap.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\heap.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\hwdt_app_entry.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\hwdt_app_entry.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\hwdt_app_entry.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\libb64\\cdecode.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\libb64\\cdecode.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\libb64\\cdecode.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\libb64\\cencode.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\libb64\\cencode.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\libb64\\cencode.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\libc_replacements.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\libc_replacements.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\libc_replacements.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\mmu_iram.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\mmu_iram.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\mmu_iram.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\reboot_uart_dwnld.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\reboot_uart_dwnld.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\reboot_uart_dwnld.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\spiffs\\spiffs_cache.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_cache.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_cache.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\spiffs\\spiffs_check.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_check.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_check.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\spiffs\\spiffs_gc.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_gc.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_gc.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\spiffs\\spiffs_hydrogen.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_hydrogen.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_hydrogen.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\spiffs\\spiffs_nucleus.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_nucleus.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs\\spiffs_nucleus.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\spiffs_api.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs_api.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\spiffs_api.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\sqrt32.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\sqrt32.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\sqrt32.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\stdlib_noniso.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\stdlib_noniso.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\stdlib_noniso.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\time.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\time.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\time.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\uart.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\uart.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\uart.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\umm_malloc\\umm_info.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_info.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_info.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\umm_malloc\\umm_integrity.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_integrity.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_integrity.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\umm_malloc\\umm_local.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_local.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_local.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\umm_malloc\\umm_malloc.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_malloc.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_malloc.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\umm_malloc\\umm_poison.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_poison.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\umm_malloc\\umm_poison.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\FrameworkArduino\\wpa2_eap_patch.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\wpa2_eap_patch.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266\\wpa2_eap_patch.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\lib13f\\Arduino_JSON\\JSON.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\Arduino_JSON\\src\\JSON.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src\\JSON.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\lib13f\\Arduino_JSON\\JSONVar.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\Arduino_JSON\\src\\JSONVar.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src\\JSONVar.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\lib13f\\Arduino_JSON\\cjson\\cJSON.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\Arduino_JSON\\src\\cjson\\cJSON.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src\\cjson\\cJSON.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libd44\\ESPAsyncTCP\\AsyncPrinter.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\AsyncPrinter.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\AsyncPrinter.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libd44\\ESPAsyncTCP\\ESPAsyncTCP.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\ESPAsyncTCP.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\ESPAsyncTCP.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libd44\\ESPAsyncTCP\\ESPAsyncTCPbuffer.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\ESPAsyncTCPbuffer.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\ESPAsyncTCPbuffer.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libd44\\ESPAsyncTCP\\SyncClient.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\SyncClient.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\SyncClient.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\libd44\\ESPAsyncTCP\\tcp_axtls.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\tcp_axtls.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src\\tcp_axtls.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libd72\\Hash\\Hash.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src\\Hash.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src\\Hash.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\BearSSLHelpers.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\BearSSLHelpers.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\BearSSLHelpers.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\CertStoreBearSSL.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\CertStoreBearSSL.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\CertStoreBearSSL.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFi.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFi.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFi.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFiAP.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiAP.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiAP.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFiGeneric.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiGeneric.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiGeneric.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFiGratuitous.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiGratuitous.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiGratuitous.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFiMulti.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiMulti.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiMulti.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFiSTA-WPS.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiSTA-WPS.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiSTA-WPS.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFiSTA.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiSTA.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiSTA.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\ESP8266WiFiScan.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiScan.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\ESP8266WiFiScan.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\WiFiClient.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiClient.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiClient.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\WiFiClientSecureBearSSL.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiClientSecureBearSSL.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiClientSecureBearSSL.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\WiFiServer.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiServer.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiServer.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\WiFiServerSecureBearSSL.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiServerSecureBearSSL.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiServerSecureBearSSL.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\WiFiUdp.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiUdp.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\WiFiUdp.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libae2\\ESP8266WiFi\\enable_wifi_at_boot_time.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\enable_wifi_at_boot_time.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src\\enable_wifi_at_boot_time.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\AsyncEventSource.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\AsyncEventSource.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\AsyncEventSource.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\AsyncWebSocket.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\AsyncWebSocket.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\AsyncWebSocket.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\SPIFFSEditor.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\SPIFFSEditor.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\SPIFFSEditor.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\WebAuthentication.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebAuthentication.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebAuthentication.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\WebHandlers.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebHandlers.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebHandlers.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\WebRequest.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebRequest.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebRequest.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\WebResponses.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebResponses.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebResponses.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libb98\\ESP Async WebServer\\WebServer.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebServer.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\\WebServer.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libef2\\NTPClient\\NTPClient.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\NTPClient -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\NTPClient\\NTPClient.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\NTPClient\\NTPClient.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\lib0a9\\LittleFS\\LittleFS.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src\\LittleFS.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src\\LittleFS.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\lib0a9\\LittleFS\\lfs.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src\\lfs.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src\\lfs.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-gcc.exe -o .pio\\build\\esp01_1m\\lib0a9\\LittleFS\\lfs_util.c.o -c -std=gnu17 -Wpointer-arith -Wno-implicit-function-declaration -Wl,-EL -fno-inline-functions -nostdlib -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src\\lfs_util.c",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src\\lfs_util.c"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libf4f\\Preferences\\Preferences.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\Preferences\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\Preferences\\src\\Preferences.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Preferences\\src\\Preferences.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\liba6c\\Wire\\Wire.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire\\Wire.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire\\Wire.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\lib2c8\\SPI\\SPI.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI\\SPI.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI\\SPI.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libfb7\\Adafruit BusIO\\Adafruit_BusIO_Register.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\Adafruit BusIO\\Adafruit_BusIO_Register.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Adafruit BusIO\\Adafruit_BusIO_Register.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libfb7\\Adafruit BusIO\\Adafruit_I2CDevice.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\Adafruit BusIO\\Adafruit_I2CDevice.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Adafruit BusIO\\Adafruit_I2CDevice.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o \".pio\\build\\esp01_1m\\libfb7\\Adafruit BusIO\\Adafruit_SPIDevice.cpp.o\" -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic \".pio\\libdeps\\esp01_1m\\Adafruit BusIO\\Adafruit_SPIDevice.cpp\"",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Adafruit BusIO\\Adafruit_SPIDevice.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libb19\\Adafruit_FRAM_I2C\\Adafruit_EEPROM_I2C.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C\\Adafruit_EEPROM_I2C.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C\\Adafruit_EEPROM_I2C.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libb19\\Adafruit_FRAM_I2C\\Adafruit_FRAM_I2C.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C\\Adafruit_FRAM_I2C.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C\\Adafruit_FRAM_I2C.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\libee9\\Adafruit_INA219\\Adafruit_INA219.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -I.pio\\libdeps\\esp01_1m\\Adafruit_INA219 \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic .pio\\libdeps\\esp01_1m\\Adafruit_INA219\\Adafruit_INA219.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\.pio\\libdeps\\esp01_1m\\Adafruit_INA219\\Adafruit_INA219.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\src\\PowerMonitoring_Hardware.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -Iinclude -Isrc -I.pio\\libdeps\\esp01_1m\\Adafruit_INA219 -I.pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -I.pio\\libdeps\\esp01_1m\\Preferences\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src -I.pio\\libdeps\\esp01_1m\\NTPClient \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -I.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic src\\PowerMonitoring_Hardware.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\src\\PowerMonitoring_Hardware.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\src\\PowerMonitoring_RemoteAccess.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -Iinclude -Isrc -I.pio\\libdeps\\esp01_1m\\Adafruit_INA219 -I.pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -I.pio\\libdeps\\esp01_1m\\Preferences\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src -I.pio\\libdeps\\esp01_1m\\NTPClient \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -I.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic src\\PowerMonitoring_RemoteAccess.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\src\\PowerMonitoring_RemoteAccess.cpp"
},
{
"command": "C:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\bin\\xtensa-lx106-elf-g++.exe -o .pio\\build\\esp01_1m\\src\\main.cpp.o -c -fno-rtti -std=gnu++17 -fno-exceptions -Os -mlongcalls -mtext-section-literals -falign-functions=4 -U__STRICT_ANSI__ -ffunction-sections -fdata-sections -Wall -Werror=return-type -free -fipa-pta -DPLATFORMIO=60106 -DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_ESP01 -DLED_BUILTIN=2 -DATOMIC_FS_UPDATE -DPRINTF_DISABLE_ALL -DNDEBUG -DF_CPU=160000000L -D__ets__ -DICACHE_FLASH -D_GNU_SOURCE -DARDUINO=10805 -DARDUINO_BOARD=\\\"PLATFORMIO_ESP01_1M\\\" -DARDUINO_BOARD_ID=\\\"esp01_1m\\\" -DFLASHMODE_DOUT -DLWIP_OPEN_SRC -DNONOSDK22x_190703=1 -DTCP_MSS=536 -DLWIP_FEATURES=1 -DLWIP_IPV6=0 -DVTABLES_IN_FLASH -DMMU_IRAM_SIZE=0x8000 -DMMU_ICACHE_SIZE=0x8000 -Iinclude -Isrc -I.pio\\libdeps\\esp01_1m\\Adafruit_INA219 -I.pio\\libdeps\\esp01_1m\\Adafruit_FRAM_I2C \"-I.pio\\libdeps\\esp01_1m\\Adafruit BusIO\" -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\SPI -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Wire -I.pio\\libdeps\\esp01_1m\\Preferences\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\LittleFS\\src -I.pio\\libdeps\\esp01_1m\\NTPClient \"-I.pio\\libdeps\\esp01_1m\\ESP Async WebServer\\src\" -I.pio\\libdeps\\esp01_1m\\AsyncElegantOTA\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\ESP8266WiFi\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\libraries\\Hash\\src -I.pio\\libdeps\\esp01_1m\\ESPAsyncTCP\\src -I.pio\\libdeps\\esp01_1m\\Arduino_JSON\\src -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\cores\\esp8266 -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\toolchain-xtensa\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\tools\\sdk\\lwip2\\include -IC:\\Users\\reichhold_johannes\\.platformio\\packages\\framework-arduinoespressif8266\\variants\\generic src\\main.cpp",
"directory": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring",
"file": "C:\\01_Projekte\\PowerMonitoring-1\\PowerMonitoring\\src\\main.cpp"
}
]