diff --git a/platformio.ini b/platformio.ini index 2c77111..2746f79 100644 --- a/platformio.ini +++ b/platformio.ini @@ -103,13 +103,13 @@ build_flags = -D PIN_GPS_TX=48 -D PIN_GPS_EN=26 ; ===== CUSTOMIZE THESE ===== - -D ADVERT_NAME='"RPM Repeater"' - -D ADVERT_LAT=0.0 - -D ADVERT_LON=0.0 - -D ADMIN_PASSWORD='"password"' + -D ADVERT_NAME='"acrazy"' + -D ADVERT_LAT=43.562937 + -D ADVERT_LON=-116.480520 + -D ADMIN_PASSWORD='"2087651921"' -D MAX_NEIGHBOURS=50 - ; Debug (uncomment as needed) - ; -D MESH_PACKET_LOGGING=1 + ; Debug + -D MESH_PACKET_LOGGING=1 ; -D MESH_DEBUG=1 upload_port = /dev/ttyUSB0