Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arduino4D_Robot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLEAR
Arduino4D_Robot
Merge requests
!15
An error occurred while fetching the assigned milestone of the selected merge_request.
Enable DHCP
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable DHCP
DHCP_ON
into
GUI
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Kyrre Ness Sjobaek
requested to merge
DHCP_ON
into
GUI
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
This fixes
#13 (closed)
Merge this after
!14 (merged)
Edited
3 years ago
by
Kyrre Ness Sjobaek
0
0
Merge request reports
Compare
GUI
version 5
2295d6d6
3 years ago
version 4
2295d6d6
3 years ago
version 3
2295d6d6
3 years ago
version 2
2295d6d6
3 years ago
version 1
2295d6d6
3 years ago
GUI (base)
and
latest version
latest version
2295d6d6
1 commit,
3 years ago
version 5
2295d6d6
6 commits,
3 years ago
version 4
2295d6d6
13 commits,
3 years ago
version 3
2295d6d6
15 commits,
3 years ago
version 2
2295d6d6
16 commits,
3 years ago
version 1
2295d6d6
18 commits,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
4DrobotServer/4DrobotServer_config.h
+
1
−
1
Options
@@ -30,7 +30,7 @@ byte mac[] = {0xA8, 0x61, 0x0A, 0xAE, 0x71, 0xAC};
//To use DHCP or not to use DHCP, that's the question.
// Comment out to use static IP configuration
//
#define USE_DHCP
#define USE_DHCP
#ifndef USE_DHCP
IPAddress
ip
(
172
,
26
,
91
,
239
);
Loading