; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [env:pro8MHzatmega328] platform = atmelavr board = pro8MHzatmega328 framework = arduino monitor_speed = 9600 lib_deps = mcci-catena/MCCI LoRaWAN LMIC library @ ^3.3.0 upload_port = COM3 monitor_port = COM3 build_flags = -D ARDUINO_LMIC_PROJECT_CONFIG_H_SUPPRESS -D CFG_eu868 -D CFG_sx1276_radio -D DISABLE_BEACONS -D DISABLE_PING -D USE_IDEETRON_AES -D MIC_ENABLE_arbitrary_clock_error